diff --git a/dynolog_hta.dockerfile b/dynolog_hta.dockerfile index 2465633e..9f0e0e9b 100644 --- a/dynolog_hta.dockerfile +++ b/dynolog_hta.dockerfile @@ -1,3 +1,6 @@ +# To build the docker image use the following command: +# docker build -f /path/to/dynolog_hta.dockerfile -t dynohta:latest . + FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel RUN apt update