Spaces:
Sleeping
Sleeping
chmod
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -5,10 +5,10 @@ RUN apk add --no-cache curl
|
|
5 |
WORKDIR /code
|
6 |
|
7 |
COPY . .
|
8 |
-
RUN pwd && ls -l
|
9 |
|
10 |
-
RUN ./pup
|
11 |
RUN pup py3.11
|
|
|
12 |
|
13 |
# EXPOSE 7860
|
14 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
5 |
WORKDIR /code
|
6 |
|
7 |
COPY . .
|
|
|
8 |
|
9 |
+
RUN chmod +x ./pup && ./pup
|
10 |
RUN pup py3.11
|
11 |
+
RUN pwd && ls -la
|
12 |
|
13 |
# EXPOSE 7860
|
14 |
# CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|