pupil_repo / Dockerfile
g30rv17ys's picture
Add files using upload-large-folder tool
eec42bd verified
raw
history blame contribute delete
265 Bytes
FROM tensorflow/tensorflow:2.4.1-gpu-jupyter
RUN apt update && apt install -y nvidia-modprobe
RUN pip install adabelief-tf pandas imageio imageio-ffmpeg seaborn sklearn tensorflow_addons tqdm
RUN pip install keras_applications tensorflowjs
RUN pip install tf2onnx