Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 15, 2024
1 parent 82a3846 commit 926b716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV JULIA_NUM_THREADS='auto'
ENV JULIA_CONDAPKG_BACKEND='Null'
ENV JULIA_PATH='/usr/local/julia/'
ENV JULIA_DEPOT_PATH='/srv/juliapkg/'
ENV PATH ${JULIA_PATH}/bin:${PATH}
ENV PATH=${JULIA_PATH}/bin:${PATH}
COPY --from=julia:1.11.0 ${JULIA_PATH} ${JULIA_PATH}
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

Expand Down

0 comments on commit 926b716

Please sign in to comment.