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

Merge branch 'develop'

parents c0f45d15 daa7e6ed
No related branches found
No related tags found
No related merge requests found
.env:
variables:
MOJO_VERSION: "24.6.0"
MOJO_VERSION: "nightly"
PYTHON_VERSION: "3.12.9"
TAG_VERSION_MAJ_MIN: "true"
TAG_VERSION_MAJ: "true"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
.before-script-build: &before-script-build
- |
......
......@@ -208,7 +208,7 @@ RUN cd /tmp \
fi \
fi \
## Disable telemetry
&& magic telemetry --disable \
&& magic telemetry --manifest-path pixi.toml --disable \
## Get rid of all the unnecessary stuff
## and move installation to /opt/modular
&& mkdir -p /opt/modular/bin \
......@@ -223,7 +223,6 @@ RUN cd /tmp \
default/lib/*MOGG* \
default/lib/libmonnx.so \
default/lib/libmtorch.so \
default/lib/libServe* \
default/lib/libStock* \
default/lib/libTorch* \
/opt/modular/lib; \
......
.env:
variables:
MOJO_VERSION: "24.6.0"
MOJO_VERSION: "nightly"
CTAN_REPO_BUILD_LATEST: "https://mirror.init7.net/ctan/systems/texlive/tlnet"
TAG_VERSION_MAJ_MIN: "true"
TAG_VERSION_MAJ: "true"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
.before-script-build: &before-script-build
- |
......
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