SeedOfEvil commited on
Commit
faa0e1d
·
verified ·
1 Parent(s): 71db8d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
  COPY requirements.txt .
11
  RUN pip install --upgrade pip && pip install -r requirements.txt
12
 
13
- # Copy the rest of the application code
14
  COPY . .
15
 
16
  # Expose the port for Gradio (default is 7860)
 
10
  COPY requirements.txt .
11
  RUN pip install --upgrade pip && pip install -r requirements.txt
12
 
13
+ # Copy the application code
14
  COPY . .
15
 
16
  # Expose the port for Gradio (default is 7860)