added tensor rt
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
9098e0c3aa
commit
abb6c34bd6
|
@ -17,6 +17,8 @@ RUN apt update && apt install -y libcudnn8
|
||||||
|
|
||||||
#RUN pip install tensorflow
|
#RUN pip install tensorflow
|
||||||
RUN pip install --force-reinstall tf-nightly==2.12.0.dev20230126
|
RUN pip install --force-reinstall tf-nightly==2.12.0.dev20230126
|
||||||
|
RUN pip install --upgrade tensorrt
|
||||||
USER jovyan
|
USER jovyan
|
||||||
|
|
||||||
# https://anaconda.org/pytorch-test/pytorch-cuda
|
# https://anaconda.org/pytorch-test/pytorch-cuda
|
||||||
|
#https://github.com/NVIDIA/nvidia-docker/issues/871#issuecomment-966668913
|
Loading…
Reference in New Issue