Skip to content
Snippets Groups Projects
Verified Commit 8882648b authored by Olivier Benz's avatar Olivier Benz
Browse files

Merge branch 'develop'

parents 65205693 10082b39
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@ COPY --from=modular /usr/local/lib/python${PYTHON_VERSION%.*}/site-packages \
/usr/local/lib/python${PYTHON_VERSION%.*}/site-packages
RUN echo MODULAR_HOME=\"\$HOME/.modular\" > /tmp/magicenv \
&& curl -ssL https://magic.modular.com | grep '^BIN_DIR' >> /tmp/magicenv \
&& echo BIN_DIR=\"\$MODULAR_HOME/bin\" >> /tmp/magicenv \
&& cp /tmp/magicenv /var/tmp/magicenv.bak \
&& cp /tmp/magicenv /tmp/magicenv.mod \
## Create the user's modular bin dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment