Skip to content

Commit 1894c2f

Browse files
Merge pull request #22 from demiregeortac666/feature/wiener-v2.5-clean
Fix Dockerfile and add Docker build support
2 parents bbe07d8 + d358a7e commit 1894c2f

3 files changed

Lines changed: 756 additions & 5 deletions

File tree

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
node_modules
44
npm-debug.log
55
Dockerfile*
6-
README.md
76
CONTRIBUTORS.md
87
index.md
98
NEWS.md

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ RUN apt-get update && \
1616
dc \
1717
bc \
1818
libgsl-dev && \
19-
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
2019
apt-get remove -y curl && \
2120
apt-get autoremove -y && \
2221
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
@@ -38,9 +37,6 @@ RUN python -m pip install --no-cache-dir --upgrade pip setuptools && \
3837
python -m pip install --no-cache-dir PyWavelets \
3938
&& rm -rf ~/.cache/pip
4039

41-
RUN python -m pip install .
42-
RUN python -m pip install --no-cache-dir --upgrade pip setuptools
43-
4440
WORKDIR /rsHRF
4541
COPY . /rsHRF/
4642

0 commit comments

Comments
 (0)