-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about 'MAX Engine'-based images? #1
Comments
'MAX Engine'-based images, i.e.
will be published as soon as the MAX Engine supports Python 3.12. Cross reference: |
In the meantime, you can build 'MAX Engine'-based images yourself as follows: cd base && docker build \
--build-arg MODULAR_VERSION=0.7.4 \
--build-arg MODULAR_AUTH_KEY=<your-modular-auth-key> \
--build-arg MOJO_VERSION=24.3.0 \
--build-arg INSTALL_MAX=1 \
--build-arg PYTHON_VERSION=3.11.9 \
-t jupyterlab/max/base \
-f latest.Dockerfile . |
Not to self: Be aware of the new MAX & Mojo Community License Terms (Last Modified: July 18th, 2024):
ℹ️ Therefore, b-data will not provide 'MAX Engine'-based images ( |
https://www.modular.com/max/engine
The text was updated successfully, but these errors were encountered: