houssamDev commited on
Commit
45ea0ac
·
verified ·
1 Parent(s): 5dbdd43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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