xrp commited on
Commit
a514a25
·
verified ·
1 Parent(s): df01da3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -15,7 +15,10 @@ RUN pip3 install --no-cache-dir huggingface_hub huggingface_hub[cli]
15
  #############
16
  WORKDIR /app
17
 
 
 
18
  COPY ./startup.sh /app/startup.sh
 
19
  COPY . .
20
  #############
21
 
 
15
  #############
16
  WORKDIR /app
17
 
18
+ RUN chmod +x ./startup.sh && cat ./startup.sh
19
+
20
  COPY ./startup.sh /app/startup.sh
21
+
22
  COPY . .
23
  #############
24