Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
FROM python:3.9-slim
|
|
|
|
|
2 |
|
3 |
RUN apt-get update && apt-get install -y \
|
4 |
libgl1-mesa-glx \
|
|
|
1 |
FROM python:3.9-slim
|
2 |
+
RUN pip install --no-cache-dir --upgrade pip
|
3 |
+
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
4 |
|
5 |
RUN apt-get update && apt-get install -y \
|
6 |
libgl1-mesa-glx \
|