Spaces:
Runtime error
Runtime error
EveSa
commited on
remove rights
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -8,8 +8,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
8 |
|
9 |
COPY . .
|
10 |
|
11 |
-
RUN chmod 777 ./
|
12 |
-
|
13 |
CMD ["uvicorn", "src.api:app", "--host", "0.0.0.0", "--port", "7860"]
|
14 |
|
15 |
#CMD python3 -m uvicorn --app-dir ./src api:app --host 0.0.0.0 --port 3001
|
|
|
8 |
|
9 |
COPY . .
|
10 |
|
|
|
|
|
11 |
CMD ["uvicorn", "src.api:app", "--host", "0.0.0.0", "--port", "7860"]
|
12 |
|
13 |
#CMD python3 -m uvicorn --app-dir ./src api:app --host 0.0.0.0 --port 3001
|