Skip to content

Commit

Permalink
Merge pull request #87 from dbpunk-labs/fix/fix_docker_start_failed
Browse files Browse the repository at this point in the history
fix:add latest sdk and proto
  • Loading branch information
imotai authored Sep 28, 2023
2 parents a39f5d5 + ef637fb commit 698a026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu
RUN apt update
RUN apt install -y python3 python3-pip
RUN pip install -U og_agent og_kernel hapless
RUN pip install -U og_proto og_sdk og_agent og_kernel hapless
ADD server /bin/
ADD start_all.sh /bin/

0 comments on commit 698a026

Please sign in to comment.