Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
·
bb0d0d3
1
Parent(s):
3625ac8
added book
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -22,6 +22,7 @@ COPY ./requirements.txt requirements.txt
|
|
22 |
# COPY --chown=user ./requirements.txt requirements.txt
|
23 |
|
24 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
25 |
COPY . .
|
26 |
CMD ["gunicorn", "--host", "0.0.0.0:7860", "main:app"]
|
27 |
# COPY --chown=user . /app
|
|
|
22 |
# COPY --chown=user ./requirements.txt requirements.txt
|
23 |
|
24 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
25 |
+
RUN apt update
|
26 |
COPY . .
|
27 |
CMD ["gunicorn", "--host", "0.0.0.0:7860", "main:app"]
|
28 |
# COPY --chown=user . /app
|