meg HF Staff commited on
Commit
75b4e42
·
verified ·
1 Parent(s): fba7242

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -63,6 +63,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
63
  #COPY --chown=user . /app
64
  COPY . /app
65
  COPY ./train.sh /train.sh
 
66
  # USER 1000
67
 
68
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
63
  #COPY --chown=user . /app
64
  COPY . /app
65
  COPY ./train.sh /train.sh
66
+ RUN chmod +x /train.sh
67
  # USER 1000
68
 
69
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]