diff --git a/Dockerfile b/Dockerfile index 43306d8..8f8c2f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:10.0-devel-ubuntu18.04 +FROM nvidia/cuda:12.0.1-devel-ubuntu20.04 RUN apt update && apt install -y --no-install-recommends \ zip \ @@ -14,9 +14,9 @@ CMD mkdir /root/htpclient WORKDIR /root/htpclient -RUN git clone https://github.com/s3inlc/hashtopolis-agent-python.git && \ - cd hashtopolis-agent-python && \ +RUN git clone https://github.com/hashtopolis/agent-python.git && \ + cd agent-python && \ ./build.sh && \ mv hashtopolis.zip ../ && \ - cd ../ && rm -R hashtopolis-agent-python + cd ../ && rm -R agent-python