sofieff commited on
Commit
6b0af40
·
verified ·
1 Parent(s): 3867c52

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
15
  COPY requirements_hf.txt .
16
 
17
  # Install Python dependencies
18
- RUN pip install --no-cache-dir -r requirements_hf.txt
19
 
20
  # Copy application files
21
  COPY . .
@@ -32,4 +32,4 @@ ENV GRADIO_SERVER_PORT=7860
32
  EXPOSE 7860
33
 
34
  # Run the application
35
- CMD ["python", "app_hf.py"]
 
15
  COPY requirements_hf.txt .
16
 
17
  # Install Python dependencies
18
+ RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Copy application files
21
  COPY . .
 
32
  EXPOSE 7860
33
 
34
  # Run the application
35
+ CMD ["python", "app.py"]