mirror of
https://github.com/pstrueb/piper.git
synced 2026-04-20 07:14:48 +00:00
Add Docker scripts
This commit is contained in:
6
src/python/Dockerfile
Normal file
6
src/python/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM nvcr.io/nvidia/pytorch:22.03-py3
|
||||
|
||||
RUN pip3 install \
|
||||
'pytorch-lightning'
|
||||
|
||||
ENV NUMBA_CACHE_DIR=.numba_cache
|
||||
Reference in New Issue
Block a user