Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Samu Tamminen committed Nov 14, 2024
1 parent 8e4d24c commit 05211fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# For reference:
# https://docs.docker.com/develop/develop-images/build_enhancements/

ARG BASE_IMAGE=ubuntu:24.04
ARG BASE_IMAGE=ubuntu:rolling
ARG BUILD_TYPE=dev
FROM ${BASE_IMAGE} AS compile-image

Expand Down Expand Up @@ -110,6 +110,7 @@ RUN python -m pip install -U pip setuptools \
&& chown -R model-server /home/venv

EXPOSE 8080 8081 8082 7070 7071
USER model-server
WORKDIR /home/model-server
ENV TEMP=/home/model-server/tmp
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh"]
Expand Down Expand Up @@ -138,5 +139,4 @@ RUN set -ex \

FROM ${BUILD_TYPE}-image AS final-image
ARG BUILD_TYPE
ENV CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
RUN echo "${BUILD_TYPE} image creation completed"

0 comments on commit 05211fa

Please sign in to comment.