kaggle docker can use GPU
worked on docker version 24.x.x higher
how to build and run
$ cd my_kaggle_docker
$ docker compose up -d
acess here http://127.0.0.1:8888
default jupyter notebook password is "kaggle"
if u want to change password, look run.sh
In Visual Code, using attach to a running container. https://code.visualstudio.com/docs/devcontainers/attach-container#_attach-to-a-docker-container
default python switch
$ alias python='/opt/conda/bin/python'
if u want to conda activate
$ source /opt/conda/bin/activate