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

Build fails, missing colossalai #10

Open
tobydarling opened this issue Nov 2, 2022 · 1 comment
Open

Build fails, missing colossalai #10

tobydarling opened this issue Nov 2, 2022 · 1 comment

Comments

@tobydarling
Copy link

tobydarling commented Nov 2, 2022

Building the docker image on Alma 8, build fails

$ docker buildx build . --file Dockerfile --tag xtrimomultimer:latest
...
#0 398.5 Linking aiohttp-3.8.3-py37h540881e_0
#0 398.6 Linking google-auth-1.35.0-pyh6c4a22f_0
#0 398.6 Linking google-auth-oauthlib-0.4.6-pyhd8ed1ab_0
#0 398.6 Linking tensorboard-2.4.1-pyhd8ed1ab_1
#0 398.8 Linking pytorch-lightning-1.5.10-pyhd8ed1ab_0
#0 399.1 Transaction finished
#0 399.1 
#0 399.1 Installing pip packages: deepspeed==0.5.3, ml-collections==0.1.0, colossalai
#0 400.3 Collecting deepspeed==0.5.3
#0 401.0   Downloading deepspeed-0.5.3.tar.gz (477 kB)
#0 401.2      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 477.5/477.5 kB 4.4 MB/s eta 0:00:00
#0 401.3   Preparing metadata (setup.py): started
#0 403.4   Preparing metadata (setup.py): finished with status 'done'
#0 403.5 Collecting ml-collections==0.1.0
#0 403.5   Downloading ml_collections-0.1.0-py3-none-any.whl (88 kB)
#0 403.5      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.7/88.7 kB 6.4 MB/s eta 0:00:00
#0 403.6 ERROR: Could not find a version that satisfies the requirement colossalai (from versions: none)
#0 403.6 ERROR: No matching distribution found for colossalai
#0 404.1 critical libmamba pip failed to install packages
------
ERROR: failed to solve: executor failed running [/bin/sh -c micromamba create -n xtrimomultimer -f /opt/xTrimoMultimer/requirements/environment.yaml -y  && micromamba clean --all]: exit code: 1

https://colossalai.org/docs/get_started/installation/ was last updated 17-Oct-22, looks like they've done away with the vanilla pip install

gammut@host2[~]:pip3 install --user colossalai
ERROR: Could not find a version that satisfies the requirement colossalai (from versions: none)
ERROR: No matching distribution found for colossalai
@tobydarling
Copy link
Author

Ah, but

pip install colossalai -f https://release.colossalai.org

does work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant