Skip to content

Commit

Permalink
ci: graalpy action
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 1, 2024
1 parent 2a79992 commit f17fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.graalpy
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN source /app/graalenv/bin/activate && \
RUN mkdir -p /usr/local/lib/python3.10/site-packages && \
cp -r /app/graalenv/lib/python3.10/site-packages/* /usr/local/lib/python3.10/site-packages

VOLUME ["/usr/local/lib/python3.10/site-packages", "/app/graalenv"]
VOLUME ["/usr/local/lib/python3.10/site-packages", "/app/graalenv", "/opt/graalpy-24.0.1"]

0 comments on commit f17fe66

Please sign in to comment.