Skip to content

Commit de43782

Browse files
authored
Merge pull request #31 from DrB-S/DrB-S-patch-8
Dr b s patch 8
2 parents 9884eba + b6e1222 commit de43782

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
2323
- name: Docker Build
2424
run: |
25-
docker build -t heatcluster:1.0.2b .
25+
docker build -t heatcluster:1.0.2c .

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:jammy as app
2-
ARG HEATCLUSTER_VER="1.0.2b"
2+
ARG HEATCLUSTER_VER="1.0.2c"
33

44
LABEL base.image="ubuntu:jammy"
55
LABEL dockerfile.version="1"
@@ -28,12 +28,12 @@ RUN pip3 install --no-cache argparse pandas numpy pathlib seaborn matplotlib sci
2828

2929
RUN 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

3838
RUN mkdir heatcluster-${HEATCLUSTER_VER} && cd heatcluster-${HEATCLUSTER_VER}
3939

0 commit comments

Comments
 (0)