PabloVD commited on
Commit
1106c59
·
1 Parent(s): cacccd7

Update pip path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ WORKDIR $HOME/app
29
  COPY --chown=user . $HOME/app
30
 
31
  # Install cmbagent
32
- RUN pip install git+https://github.com/CMBAgents/cmbagent.git@pablo/gui_keys
33
 
34
  # This informs Docker that the container will listen on port 8501 at runtime.
35
  EXPOSE 8501
 
29
  COPY --chown=user . $HOME/app
30
 
31
  # Install cmbagent
32
+ RUN pip install cmbagent>=0.0.1.post41
33
 
34
  # This informs Docker that the container will listen on port 8501 at runtime.
35
  EXPOSE 8501