Spaces:
Runtime error
Runtime error
Commit ·
ac404b1
1
Parent(s): d1c6849
Altered Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ FROM python:3.9
|
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
|
| 8 |
-
ENV NUMBA_CACHE_DIR
|
| 9 |
|
| 10 |
COPY ./requirements.txt /code/requirements.txt
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
WORKDIR /code
|
| 7 |
|
| 8 |
+
ENV NUMBA_CACHE_DIR=/tmp/
|
| 9 |
|
| 10 |
COPY ./requirements.txt /code/requirements.txt
|
| 11 |
|