Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -12,8 +12,6 @@ WORKDIR /app
|
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
| 15 |
-
RUN apt-get update && apt-get install -y libgl1
|
| 16 |
-
|
| 17 |
|
| 18 |
COPY --chown=user . /app
|
| 19 |
CMD ["gunicorn", "-b", "0.0.0.0:7860","app:app"]
|
|
|
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
|
|
|
|
|
|
|
| 15 |
|
| 16 |
COPY --chown=user . /app
|
| 17 |
CMD ["gunicorn", "-b", "0.0.0.0:7860","app:app"]
|