You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
I used the command docker run --gpus all --name MyName -p ******:22 -it -v /home/tom/DISK/DISK1/MyDirectory/:/home/ ufoym/deepo /bin/bash
to create a container based on the image ufoym/deepo.
But when I tried to import torch...
import torch
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'torch'
So how can I solve this problem?
Thank u.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used the command
docker run --gpus all --name MyName -p ******:22 -it -v /home/tom/DISK/DISK1/MyDirectory/:/home/ ufoym/deepo /bin/bash
to create a container based on the image ufoym/deepo.
But when I tried to import torch...
So how can I solve this problem?
Thank u.
The text was updated successfully, but these errors were encountered: