ygauravyy commited on
Commit
da5cd2e
1 Parent(s): f5cb3be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -56,7 +56,7 @@ COPY setup.py /app/setup.py
56
  COPY animated_drawings /app/animated_drawings
57
  COPY app.py /app/app.py
58
  COPY examples /app/examples
59
- COPY requirements.txt /app/requirements.txt
60
 
61
  RUN pip install -e .
62
  RUN pip install -r requirements.txt
 
56
  COPY animated_drawings /app/animated_drawings
57
  COPY app.py /app/app.py
58
  COPY examples /app/examples
59
+ # COPY requirements.txt /app/requirements.txt
60
 
61
  RUN pip install -e .
62
  RUN pip install -r requirements.txt