Spaces:
Sleeping
Sleeping
updated the docker file
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -26,7 +26,6 @@ WORKDIR /
|
|
26 |
RUN mkdir -p /uploads
|
27 |
RUN chmod 777 /uploads
|
28 |
|
29 |
-
NUMBA_CACHE_DIR: /temp
|
30 |
|
31 |
# Install requirements.txt
|
32 |
RUN pip install --upgrade -r /requirements.txt
|
|
|
26 |
RUN mkdir -p /uploads
|
27 |
RUN chmod 777 /uploads
|
28 |
|
|
|
29 |
|
30 |
# Install requirements.txt
|
31 |
RUN pip install --upgrade -r /requirements.txt
|