Skip to content

Commit 11ffd5e

Browse files
committed
ENH: Install tractolearn from GitHub
Install `tractolearn` from GitHub
1 parent cf9e61f commit 11ffd5e

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Dockerfile

+2-13
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,14 @@ ENV PATH="/opt/ants-2.3.4:$PATH"
55
ENV TZ=America/Toronto
66
ENV SETUPTOOLS_SCM_PRETEND_VERSION="0.1.0"
77

8-
WORKDIR /home/fdumais/Desktop/Acuity/20221219_Bundling/20221219_FIESTA/final_tractolearn/tractolearn
9-
10-
ADD configs /tractolearn/configs
11-
ADD doc /tractolearn/doc
12-
ADD fonts /usr/share/fonts/
13-
ADD LICENSE /tractolearn/LICENSE
14-
ADD pyproject.toml /tractolearn/pyproject.toml
15-
ADD README.md /tractolearn/README.md
16-
ADD scripts /tractolearn/scripts/
17-
ADD setup.cfg /tractolearn/setup.cfg
18-
ADD tox.ini /tractolearn/tox.ini
19-
ADD tractolearn /tractolearn/tractolearn/
20-
218
RUN apt-get update -qq && \
229
apt-get install -y -q --no-install-recommends \
2310
ca-certificates \
2411
curl \
2512
git
2613

14+
RUN git clone https://github.com/scil-vital/tractolearn.git /tractolearn
15+
2716
RUN apt install -y jq
2817

2918
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \

0 commit comments

Comments
 (0)