Skip to content

Commit

Permalink
fix: bloomz dockerfile env path (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Jul 21, 2023
1 parent ea8422a commit fe6685c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/bloomz-560m/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG base=ubuntu:20.04
FROM ${base}

ENV DEBIAN_FRONTEND=noninteractive LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
ENV PATH /opt/conda/bin:$PATH

ARG MOSEC_PORT=8080
ENV MOSEC_PORT=${MOSEC_PORT}
Expand Down

0 comments on commit fe6685c

Please sign in to comment.