Spaces:
Building
Building
Update Dockerfile
Browse files- 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
|