ai-lab icon indicating copy to clipboard operation
ai-lab copied to clipboard

All-in-one AI container for rapid prototyping

Results 16 ai-lab issues
Sort by recently updated
recently updated
newest added

docker run --runtime=nvidia --ipc=host -d --rm -p 10000:8888 -v /home/$USER:/home/jovyan nvaitc/ai-lab:20.06-vnc docker run --runtime=nvidia -e "DISPLAY" -v /tmp/.X11-unix:/tmp/.X11-unix:rw --ipc=host -d --rm -p 10000:8888 -v /home/$USER:/home/jovyan nvaitc/ai-lab:20.06-vnc i use two docker...

bug

I run the following command to test horovod: horovodrun -np 4 -H localhost:4 python keras_mnist.py the error occurs: 2019-11-15 08:51:09.228813: I tensorflow/stream_executor/platform/default/dso_loader.cc:42] Successfully opened dynamic library libcudart.so.10.0 Open MPI not...

bug

**Is your feature request related to a problem? Please describe.** Explore performance optimization for PyTorch (including build from source)

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Have a generator.py to generate Dockerfiles from blocks. **Describe the...

enhancement

**Is your feature request related to a problem? Please describe.** We've already brought down the size of our Docker image from 7GB+ to 5GB+ (this is the compressed image size...

enhancement
help wanted

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies