Skip to content

Commit a41269e

Browse files
author
Hanbin Hu
committed
Update dockerfile example download URL
1 parent 8cc7bf9 commit a41269e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dockerfile.cpu

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ RUN pip install bluefog
6868

6969
RUN mkdir /bluefog
7070
RUN cd /bluefog && \
71-
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.1/examples_v0.2.1.tar.gz && \
72-
tar -zxv -f examples_v0.2.1.tar.gz && \
73-
rm examples_v0.2.1.tar.gz
71+
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.2/examples_v0.2.2.tar.gz && \
72+
tar -zxv -f examples_v0.2.2.tar.gz && \
73+
rm examples_v0.2.2.tar.gz
7474

7575
WORKDIR "bluefog"

dockerfile.gpu

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ RUN pip install bluefog
7878

7979
RUN mkdir /bluefog
8080
RUN cd /bluefog && \
81-
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.1/examples_v0.2.1.tar.gz && \
82-
tar -zxv -f examples_v0.2.1.tar.gz && \
83-
rm examples_v0.2.1.tar.gz
81+
wget https://github.com/Bluefog-Lib/bluefog/releases/download/v0.2.2/examples_v0.2.2.tar.gz && \
82+
tar -zxv -f examples_v0.2.2.tar.gz && \
83+
rm examples_v0.2.2.tar.gz
8484

8585
WORKDIR "bluefog"

0 commit comments

Comments
 (0)