File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Docker Build
2424 run : |
25- docker build -t heatcluster:1.0.2b .
25+ docker build -t heatcluster:1.0.2c .
Original file line number Diff line number Diff line change 11FROM ubuntu:jammy as app
2- ARG HEATCLUSTER_VER="1.0.2b "
2+ ARG HEATCLUSTER_VER="1.0.2c "
33
44LABEL base.image="ubuntu:jammy"
55LABEL dockerfile.version="1"
@@ -28,12 +28,12 @@ RUN pip3 install --no-cache argparse pandas numpy pathlib seaborn matplotlib sci
2828
2929RUN pwd && ls -la
3030
31- # RUN echo "Installing heatcluster from archive: " && echo
32- # RUN wget -q https://github.com/DrB-S/heatcluster/archive/refs/tags/v${HEATCLUSTER_VER}.tar.gz && \
33- # tar -vxf v${HEATCLUSTER_VER}.tar.gz && \
34- # pwd && ls -latr && \
35- # rm v${HEATCLUSTER_VER}.tar.gz && \
36- # cd heatcluster-${HEATCLUSTER_VER} && ls -la
31+ RUN echo "Installing heatcluster from archive: " && echo
32+ RUN wget -q https://github.com/DrB-S/heatcluster/archive/refs/tags/v${HEATCLUSTER_VER}.tar.gz && \
33+ tar -vxf v${HEATCLUSTER_VER}.tar.gz && \
34+ pwd && ls -latr && \
35+ rm v${HEATCLUSTER_VER}.tar.gz && \
36+ cd heatcluster-${HEATCLUSTER_VER} && ls -la
3737
3838RUN mkdir heatcluster-${HEATCLUSTER_VER} && cd heatcluster-${HEATCLUSTER_VER}
3939
You can’t perform that action at this time.
0 commit comments