borisbolliet commited on
Commit
d70a25f
·
verified ·
1 Parent(s): b041b67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -8,7 +8,6 @@ ENV DEBIAN_FRONTEND=noninteractive
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \
10
  curl \
11
- software-properties-common \
12
  git \
13
  && rm -rf /var/lib/apt/lists/*
14
 
@@ -29,7 +28,7 @@ WORKDIR $HOME/app
29
  COPY --chown=user . $HOME/app
30
 
31
  # Install cmbagent
32
- RUN pip install cmbagent>=0.0.1.post43
33
 
34
  # This informs Docker that the container will listen on port 8501 at runtime.
35
  EXPOSE 8501
 
8
  RUN apt-get update && apt-get install -y \
9
  build-essential \
10
  curl \
 
11
  git \
12
  && rm -rf /var/lib/apt/lists/*
13
 
 
28
  COPY --chown=user . $HOME/app
29
 
30
  # Install cmbagent
31
+ RUN pip install cmbagent>=0.0.1post56
32
 
33
  # This informs Docker that the container will listen on port 8501 at runtime.
34
  EXPOSE 8501