pup-py commited on
Commit
67a7597
1 Parent(s): 1cfa62b

split to 2

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ WORKDIR /code
6
 
7
  COPY . .
8
 
9
- RUN ./pup && pup py3.11
 
10
 
11
  # EXPOSE 7860
12
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
 
7
  COPY . .
8
 
9
+ RUN ./pup
10
+ RUN pup py3.11
11
 
12
  # EXPOSE 7860
13
  # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]