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

Fixing issues with Docker Setup #809

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

nikitalokhmachev-ai
Copy link

@nikitalokhmachev-ai nikitalokhmachev-ai commented Jul 30, 2024

This fixes two issues I've encountered when building my docker container:

  1. Couldn't find a setup script in /tmp/easy_install-a8g3h_h2/scipy-1.14.0.tar.gz #799
    Here, I just replaced the versions of scipy and tokenizers with the working ones.
  2. Conda being stuck on Proceed ([y]/n)? when installing packages and creating a conda environment.
    Here, I added the --yes flags to the conda commands.

@manmay-nakhashi manmay-nakhashi merged commit 2d6d386 into neonbjb:main Aug 13, 2024
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

Successfully merging this pull request may close these issues.

2 participants