Open jigsawlabs-student opened 2 years ago
This is off
We can set an environment variable when we boot up a container with the -e flag.
So this time, we change the way we boot up the run command to the following:
docker run -it jek2141/jupyter-kaggle -e GRANT_SUDO=yes --user root sh
This is off
We can set an environment variable when we boot up a container with the -e flag.
So this time, we change the way we boot up the run command to the following:
docker run -it jek2141/jupyter-kaggle -e GRANT_SUDO=yes --user root sh