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

7/dockerfile #8

Merged
merged 16 commits into from
Jan 28, 2024
Merged

7/dockerfile #8

merged 16 commits into from
Jan 28, 2024

Conversation

StefanCaldararu
Copy link
Collaborator

This container now works for me for gymchrono. Please make sure it works for you guys and lmk how the docs look.

docker/README.md Outdated Show resolved Hide resolved
@Huzaifg
Copy link
Collaborator

Huzaifg commented Jan 26, 2024

Is this the error when quotas are reached?
image

@Huzaifg
Copy link
Collaborator

Huzaifg commented Jan 26, 2024

I tested the instructions in the readme. I ran into 2 problems

  1. As posted above, the gdrive quota ran out and I had to run the gymChrono.sh script within the container. For now I think this is okay, but long term when some of us gets the time, we should think of another solution to store the data on something that does not have quota limits.

  2. I could not run the container after building it with this error
    95a0408ae8006283f137fd849a6cddecddebdf5ba2a2343f623757c154a41145 docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
    I then had to install the NVIDIA Docker toolkit and configure it

sudo apt-get install -y nvidia-container-toolkit
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker

I am not sure what we can do about this other than adding another note about this

@StefanCaldararu
Copy link
Collaborator Author

I tested the instructions in the readme. I ran into 2 problems

  1. As posted above, the gdrive quota ran out and I had to run the gymChrono.sh script within the container. For now I think this is okay, but long term when some of us gets the time, we should think of another solution to store the data on something that does not have quota limits.
  2. I could not run the container after building it with this error
    95a0408ae8006283f137fd849a6cddecddebdf5ba2a2343f623757c154a41145 docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].
    I then had to install the NVIDIA Docker toolkit and configure it
sudo apt-get install -y nvidia-container-toolkit
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker

I am not sure what we can do about this other than adding another note about this

Fixed the README for NVIDIA CONTAINER TOOLKIT, will open an issue about data download so we can fix it later.

@StefanCaldararu StefanCaldararu merged commit fe6acc1 into master Jan 28, 2024
@StefanCaldararu StefanCaldararu deleted the 7/dockerfile branch January 28, 2024 15:31
@StefanCaldararu StefanCaldararu mentioned this pull request Jan 28, 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.

3 participants