Rixf123 commited on
Commit
e60941b
·
verified ·
1 Parent(s): 8ffce7a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.10-slim
2
 
 
3
  RUN apt-get update && apt-get install -y \
4
  build-essential \
5
  curl \
@@ -11,4 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY app.py .
13
  EXPOSE 7860
14
- CMD ["python", "app.py"]
 
1
  FROM python:3.10-slim
2
 
3
+ # Install C++ tools and curl for system-level research
4
  RUN apt-get update && apt-get install -y \
5
  build-essential \
6
  curl \
 
12
 
13
  COPY app.py .
14
  EXPOSE 7860
15
+ CMD ["python", "app.py"]