Skip to content

senshi000/my_kaggle_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

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 jupyter notebook

acess here http://127.0.0.1:8888
default jupyter notebook password is "kaggle"
if u want to change password, look run.sh

Attach to a running container

In Visual Code, using attach to a running container. https://code.visualstudio.com/docs/devcontainers/attach-container#_attach-to-a-docker-container

setting default python

default python switch

$ alias python='/opt/conda/bin/python'

if u want to conda activate

$ source /opt/conda/bin/activate

About

2023年版kaggle環境

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 80.5%
  • Python 16.7%
  • Dockerfile 2.3%
  • Shell 0.5%