Skip to content
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

Closed
benz0li opened this issue May 9, 2024 · 4 comments
Closed

What about 'MAX Engine'-based images? #1

benz0li opened this issue May 9, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@benz0li
Copy link
Member

benz0li commented May 9, 2024

https://www.modular.com/max/engine

@benz0li benz0li added the enhancement New feature or request label May 9, 2024
@benz0li benz0li self-assigned this May 9, 2024
@benz0li
Copy link
Member Author

benz0li commented May 9, 2024

'MAX Engine'-based images, i.e.

  • glcr.b-data.ch/jupyterlab/max/base
  • glcr.b-data.ch/jupyterlab/max/scipy

will be published as soon as the MAX Engine supports Python 3.12.
ℹ️ Currently, only Python 3.8 - 3.11 is supported.

Cross reference:

@benz0li
Copy link
Member Author

benz0li commented May 9, 2024

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 .

@benz0li benz0li changed the title What about 'MAX Engine'-based images What about 'MAX Engine'-based images? May 13, 2024
@benz0li
Copy link
Member Author

benz0li commented Aug 23, 2024

Not to self: Be aware of the new MAX & Mojo Community License Terms (Last Modified: July 18th, 2024):

2. MAX RESTRICTIONS AND USAGE

...
(c) use the SDK in an Application or standalone, or otherwise develop an Application in Mojo, for any Competitive Activity;
...
“Competitive Activity” means making commercially, publicly available (whether paid or unpaid) any software-as-a-service, platform-as-a-service, infrastructure-as-a-service, support services, or similar online or offline service that provides functionality substantially similar to any paid versions of the MAX platform. For the avoidance of doubt, this provision will not apply “ex-post-facto” (“after the fact”) to any software you develop that is not competitive at the time you first make it generally available, but later on becomes competitive to Modular based on Modular’s new product offerings or pivots resulting in an expanded definition of Competitive Activity. Development of any internal or personal use only software is not a Competitive Activity. Please see our pricing page (https://www.modular.com/pricing) for more information and examples on Competitive Activities.

ℹ️ Therefore, b-data will not provide 'MAX Engine'-based images (glcr.b-data.ch/jupyterlab/max/base, glcr.b-data.ch/jupyterlab/max/scipy) at https://demo.jupyter.b-data.ch.

@benz0li
Copy link
Member Author

benz0li commented Oct 13, 2024

@benz0li benz0li closed this as completed Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant