jibsn commited on
Commit
a85cc6f
·
verified ·
1 Parent(s): 8e1e6fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
10
  COPY requirements.txt .
11
  # Install Python dependencies
12
  RUN pip install --no-cache-dir \
13
- -r requirements.txt \
14
  # fastapi \
15
  # uvicorn \
16
  # gradio \
 
10
  COPY requirements.txt .
11
  # Install Python dependencies
12
  RUN pip install --no-cache-dir \
13
+ -r requirements.txt
14
  # fastapi \
15
  # uvicorn \
16
  # gradio \