Spaces:
Sleeping
Sleeping
don't force reinstall
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
-
RUN pip install --
|
| 10 |
"stoic @ git+https://github.com/PickyBinders/stoic.git"
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir gradio==6.9.0
|
|
|
|
| 6 |
|
| 7 |
WORKDIR /app
|
| 8 |
|
| 9 |
+
RUN pip install --no-cache-dir \
|
| 10 |
"stoic @ git+https://github.com/PickyBinders/stoic.git"
|
| 11 |
|
| 12 |
RUN pip install --no-cache-dir gradio==6.9.0
|