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
The docker command in the file with an error parameters.
the command
# the origin in guide file
docker run -dit --gpu all --privileged --ipc=host --network=host -v .:/root --name phos_example phoenixos/pytorch:11.3-ubuntu20.04
# should be
docker run -dit --gpus all --privileged --ipc=host --network=host \
-v .:/root --name phos_example phoenixos/pytorch:11.3-ubuntu20.04
The docker command in the file with an error parameters.
the command
and the path to the examples also have a mistake;
The text was updated successfully, but these errors were encountered: