Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -6,9 +6,6 @@ WORKDIR /app
|
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y build-essential
|
| 8 |
|
| 9 |
-
ENV NUMBA_CACHE_DIR=/tmp/numba_cache
|
| 10 |
-
ENV NUMBA_DISABLE_CACHING=1
|
| 11 |
-
|
| 12 |
# Install dependencies
|
| 13 |
COPY requirements.txt .
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y build-essential
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
# Install dependencies
|
| 10 |
COPY requirements.txt .
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|