Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Milz0 authored Sep 8, 2024
1 parent 715eb54 commit dbe1427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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

0 comments on commit dbe1427

Please sign in to comment.