Rafs-an09002 commited on
Commit
6e0eb3d
·
verified ·
1 Parent(s): de3cc06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -1,4 +1,3 @@
1
- # Nexus-Core Inference - Path Fixed
2
  FROM python:3.10-slim
3
 
4
  WORKDIR /app
@@ -16,7 +15,4 @@ EXPOSE 7860
16
  ENV PYTHONUNBUFFERED=1
17
  ENV OMP_NUM_THREADS=2
18
 
19
- HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
20
- CMD curl -f http://localhost:7860/health || exit 1
21
-
22
  CMD ["python", "app.py"]
 
 
1
  FROM python:3.10-slim
2
 
3
  WORKDIR /app
 
15
  ENV PYTHONUNBUFFERED=1
16
  ENV OMP_NUM_THREADS=2
17
 
 
 
 
18
  CMD ["python", "app.py"]