Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -16,9 +16,7 @@ COPY app.py .
|
|
| 16 |
|
| 17 |
RUN pip3 install -r requirements.txt
|
| 18 |
RUN mkdir -p /app/cache && chmod 777 /app/cache
|
| 19 |
-
|
| 20 |
ENV TRANSFORMERS_CACHE=/app/cache
|
| 21 |
-
|
| 22 |
EXPOSE 8501
|
| 23 |
|
| 24 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
|
|
|
| 16 |
|
| 17 |
RUN pip3 install -r requirements.txt
|
| 18 |
RUN mkdir -p /app/cache && chmod 777 /app/cache
|
|
|
|
| 19 |
ENV TRANSFORMERS_CACHE=/app/cache
|
|
|
|
| 20 |
EXPOSE 8501
|
| 21 |
|
| 22 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|