Skip to content

Commit

Permalink
fix(saver): change SAVER binary url to a permanent link (#10)
Browse files Browse the repository at this point in the history
fix: change SAVER binary url to git-release in the SAVER_public repo
  • Loading branch information
seongjoonh authored Nov 24, 2023
1 parent dea7d75 commit 4ee8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/saver/starlab-benchmarks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/list/*

WORKDIR /opt
RUN wget https://koreaoffice-my.sharepoint.com/:u:/g/personal/seongjoon_korea_ac_kr/ETNyGJaRxbFEgA_IHJLyRQ0BQ9egwDuxCnpjdt4AmNHlVw\?e\=KGhbVN\&download\=1 -O saver.tar.gz \
RUN wget https://github.com/kupl/SAVER_public/releases/download/saver/SAVER-1.0-SR.tar.gz -O saver.tar.gz \
&& tar -xvf saver.tar.gz \
&& rm saver.tar.gz

Expand Down

0 comments on commit 4ee8721

Please sign in to comment.