deeme commited on
Commit
fb66201
·
verified ·
1 Parent(s): 718cc5a

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -12
Dockerfile CHANGED
@@ -1,12 +1 @@
1
- FROM python:3.10-slim-buster
2
-
3
- WORKDIR /app
4
-
5
- COPY requirements.txt ./
6
- RUN --mount=type=cache,target=/root/.cache/pip \
7
- pip install -r requirements.txt --no-cache-dir
8
-
9
- COPY . .
10
-
11
- EXPOSE 8000
12
- CMD [ "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000" ]
 
1
+ FROM qonnectit/suno-api:latest