Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eduand-alvarez authored Mar 29, 2023
1 parent 762670c commit 94800a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM bitnami/scikit-learn-intel:$version

# copy assets over to image
COPY /app /app
RUN pip3 install --user --no-cache-dir -r app/requirements.txt
RUN pip3 install --user --no-cache-dir -r requirements.txt
ENV PATH=.local/bin:$PATH

# set the working directory
Expand All @@ -16,4 +16,4 @@ WORKDIR /app
# export port for ELB
EXPOSE 5000

ENTRYPOINT ["python", "app/server.py"]
ENTRYPOINT ["python", "server.py"]

0 comments on commit 94800a6

Please sign in to comment.