Spaces:
Running
on
T4
Running
on
T4
koenverhagen
commited on
Commit
•
40d4b6a
1
Parent(s):
008aefe
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /
|
|
4 |
|
5 |
#COPY ./requirements.txt /requirements.txt
|
6 |
|
7 |
-
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
8 |
|
9 |
CMD ["uvicorn", "code.server:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
|
10 |
|
|
|
4 |
|
5 |
#COPY ./requirements.txt /requirements.txt
|
6 |
|
7 |
+
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
8 |
|
9 |
CMD ["uvicorn", "code.server:app", "--reload", "--host", "0.0.0.0", "--port", "7860"]
|
10 |
|