Spaces:
Sleeping
Sleeping
gruhit-patel
commited on
Commit
•
9f34aef
1
Parent(s):
5c0b239
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ WORKDIR /app
|
|
11 |
|
12 |
COPY --chown=user ./backend_requirements.txt backend_requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r backend_requirements.txt
|
|
|
14 |
|
15 |
COPY --chown=user . /app
|
16 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
11 |
|
12 |
COPY --chown=user ./backend_requirements.txt backend_requirements.txt
|
13 |
RUN pip install --no-cache-dir --upgrade -r backend_requirements.txt
|
14 |
+
RUN pip install keras==3.4.1
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|