File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ RUN pip install bluefog
68
68
69
69
RUN mkdir /bluefog
70
70
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
74
74
75
75
WORKDIR "bluefog"
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ RUN pip install bluefog
78
78
79
79
RUN mkdir /bluefog
80
80
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
84
84
85
85
WORKDIR "bluefog"
You can’t perform that action at this time.
0 commit comments