Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 /
|
27 |
-
RUN chmod +x /
|
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 && \
|