TiH0 commited on
Commit
f33751d
·
verified ·
1 Parent(s): f90d69f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY requirements.txt .
20
  RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  # Copy your Python files
23
- COPY v2_5uo.py .
24
  COPY app.py .
25
 
26
  # Expose port 7860 (HuggingFace Spaces default)
 
20
  RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  # Copy your Python files
23
+ COPY ord.py .
24
  COPY app.py .
25
 
26
  # Expose port 7860 (HuggingFace Spaces default)