You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piper/src/python/Dockerfile

7 lines
123 B
Docker

FROM nvcr.io/nvidia/pytorch:22.03-py3
RUN pip3 install \
'pytorch-lightning~=1.7.0'
ENV NUMBA_CACHE_DIR=.numba_cache