jackyjsy / CVPR21Chal-SLR

This repo contains the official code of our work SAM-SLR which won the CVPR 2021 Challenge on Large Scale Signer Independent Isolated Sign Language Recognition.
Creative Commons Zero v1.0 Universal
205 stars 50 forks source link

Running Docker Command #16

Closed celenaponce closed 2 years ago

celenaponce commented 2 years ago

Hello! I have been struggling with getting the docker command to work. I'm working on a Mac with BigSur OS and have downloaded the Docker Desktop. I have been able to get the image to upload to the Docker Desktop but when I run the command in command line, I get the following error: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown.

I'm unsure if my issue is nvidia based or if I've changed the code incorrectly on the path_to_your_data part, as I put in the path to where I downloaded the docker file from the main github page. Should this be the path to where the container is saved or the path to where the dataset is saved?

Thanks!

Screen Shot 2021-10-25 at 2 32 26 PM

jackyjsy commented 2 years ago

Hi there. Our docker file is based on the Nvidia Docker. Have you successfully installed the Nvidia docker and been able to run commands like "nvidia-smi"?

celenaponce commented 2 years ago

After some investigation, I figured out that my computer unfortunately can’t install the Nvidia driver and therefore can’t do the docker. Do you know if it is possible to use GoogleColab for this? Thanks!

On Oct 28, 2021, at 10:47 AM, Songyao Jiang @.**@.>> wrote:

Hi there. Our docker file is based on the Nvidia Dockerhttps://github.com/NVIDIA/nvidia-docker. Have you successfully installed the Nvidia docker and been able to run commands like "nvidia-smi"?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jackyjsy/CVPR21Chal-SLR/issues/16#issuecomment-954065553, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHZVZ3RGSMOFK44IDEPAZGLUJGEDLANCNFSM5GWI3T7Q. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jackyjsy commented 2 years ago

I believe you can, but I don't have any experience with that, because I haven't tried it myself.