JFrazUCSF commited on
Commit
67df41c
·
verified ·
1 Parent(s): b11e306

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -12,8 +12,7 @@ WORKDIR /app
12
 
13
  COPY . /app
14
 
15
- RUN pip install --no-cache-dir PyYAML streamlit mistralai && pip install --no-cache-dir -e .
16
-
17
  python - <<'PY'
18
  from pathlib import Path
19
 
 
12
 
13
  COPY . /app
14
 
15
+ RUN pip install --no-cache-dir PyYAML streamlit mistralai && pip install --no-cache-dir -e . && \
 
16
  python - <<'PY'
17
  from pathlib import Path
18