rahul7star commited on
Commit
810e0f4
·
verified ·
1 Parent(s): 757ac9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # Copy all Python files (including app.py and lora_trainer.py)
10
- COPY . .
11
 
12
  # Expose the port Hugging Face Spaces expects
13
  EXPOSE 7860
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # Copy all Python files (including app.py and lora_trainer.py)
10
+ COPY app.py .
11
 
12
  # Expose the port Hugging Face Spaces expects
13
  EXPOSE 7860