Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=URL,mode=0444,required=true \
|
|
17 |
RUN python -m venv shared_venv && \
|
18 |
shared_venv/bin/pip install --upgrade pip && \
|
19 |
shared_venv/bin/pip install --no-cache-dir -r requirements.txt && \
|
20 |
-
shared_venv/bin/pip install --no-cache-dir numpy
|
21 |
shared_venv/bin/python -m pip list > /app/pip_list.txt
|
22 |
|
23 |
EXPOSE 7860
|
|
|
17 |
RUN python -m venv shared_venv && \
|
18 |
shared_venv/bin/pip install --upgrade pip && \
|
19 |
shared_venv/bin/pip install --no-cache-dir -r requirements.txt && \
|
20 |
+
shared_venv/bin/pip install --no-cache-dir numpy && \
|
21 |
shared_venv/bin/python -m pip list > /app/pip_list.txt
|
22 |
|
23 |
EXPOSE 7860
|