Update Dockerfile
Browse files- 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 |
|