Jupyter & etc lib added from huggingface/transformers-pytorch-gpu
1.3K
This Docker image is managed in this repository: https://github.com/Beomi/transformers-pytorch-gpuā
š” Docker setup for Huggingface š¤ Transformers + GPU + Jupyter notebook + OhMyZsh
pip packages:
en_US.UTF-8š” Do this first! š”
id -u && id -g
If your result is like below:
$ id -u && id -g
1000
1000
GOTO -> Pull from dockerhubā
Else:
(example)
$ id -u && id -g
1004
1004
GOTO -> Build from scratchā
git clone https://github.com/Beomi/transformers-pytorch-gpu
cd transformers-pytorch-gpu
docker pull beomi/transformers-pytorch-gpu:latest
./run.sh
Now open http://your-server-ip:42000ā
Jupyter Notebook is waiting for you :)
git clone https://github.com/Beomi/transformers-pytorch-gpu
cd transformers-pytorch-gpu
./build.sh
./run.sh
Now open http://your-server-ip:42000ā
Jupyter Notebook is waiting for you :)
Content type
Image
Digest
Size
4.6 GB
Last updated
about 6 years ago
docker pull beomi/transformers-pytorch-gpu