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

Adding dockerfiles #29

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Adding dockerfiles #29

wants to merge 5 commits into from

Conversation

yuerout
Copy link

@yuerout yuerout commented Jun 24, 2024

Added dockerfiles for running the tutorials on cpu and gpu

--run "pip install voxelwise_tutorials" \
--run "git clone --depth 1 https://github.com/gallantlab/voxelwise_tutorials.git" \
--run "pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu" \
--user nonroot \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you try moving the --user nonroot flag before line 11 (pip install Pillow)? We're still getting some permission errors due to /voxelwise_tutorials being owned by root

    PermissionError: [Errno 13] Permission denied: '/voxelwise_tutorials/voxelwise_tutorials/tutorials/notebooks/shortclips/.ipynb_checkpoints'

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