zhengr commited on
Commit
1346cf3
·
verified ·
1 Parent(s): 49f3ab0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,8 +23,8 @@ ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
23
  WORKDIR opt/inference
24
 
25
  # Copy the entry point script
26
- COPY entrypoint.sh /opt/inference/entrypoint.sh
27
- RUN chmod +x /opt/inference/entrypoint.sh
28
 
29
  ARG PIP_INDEX=https://pypi.org/simple
30
  RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \
 
23
  WORKDIR opt/inference
24
 
25
  # Copy the entry point script
26
+ COPY entrypoint.sh /home/user/app/entrypoint.sh
27
+ RUN chmod +x /home/user/app/entrypoint.sh
28
 
29
  ARG PIP_INDEX=https://pypi.org/simple
30
  RUN python -m pip install --upgrade -i "$PIP_INDEX" pip && \