Spaces:
Sleeping
Sleeping
asrvastava
commited on
Commit
·
3037637
1
Parent(s):
d4ee133
third
Browse files- Dockerfile +2 -1
- __pycache__/main.cpython-39.pyc +0 -0
Dockerfile
CHANGED
@@ -4,7 +4,8 @@ WORKDIR /code
|
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
-
RUN pip install --no-cache-dir --upgrade -r
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
|
|
4 |
|
5 |
COPY ./requirements.txt /code/requirements.txt
|
6 |
|
7 |
+
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
8 |
+
RUN pip install fastapi uvicorn
|
9 |
|
10 |
COPY . .
|
11 |
|
__pycache__/main.cpython-39.pyc
ADDED
Binary file (1.45 kB). View file
|
|