-
Notifications
You must be signed in to change notification settings - Fork 35
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
Docker #13
Comments
Instead of building the docker image with |
I pull the built image directly by https://hub.docker.com/r/mapooon/sbi. and something wrong happen! |
FROM nvidia/cuda:11.4.1-runtime-ubuntu20.04 RUN apt-get -y update && RUN apt-get update && apt-get upgrade -y && RUN pip3 install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html && WORKDIR /app Fixed these parts and it works. |
|
Hi,
I ran the code in (build.sh) by cmd then executor failed running and created a container by code in (exec.sh) i don't know it's function, was there any wrong that i have conducted?because I found another issue say that we had to run dockerfiles/Dockerfile!?
The text was updated successfully, but these errors were encountered: