Commit 11ffd5e 1 parent cf9e61f commit 11ffd5e Copy full SHA for 11ffd5e
File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -5,25 +5,14 @@ ENV PATH="/opt/ants-2.3.4:$PATH"
5
5
ENV TZ=America/Toronto
6
6
ENV SETUPTOOLS_SCM_PRETEND_VERSION="0.1.0"
7
7
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
-
21
8
RUN apt-get update -qq && \
22
9
apt-get install -y -q --no-install-recommends \
23
10
ca-certificates \
24
11
curl \
25
12
git
26
13
14
+ RUN git clone https://github.com/scil-vital/tractolearn.git /tractolearn
15
+
27
16
RUN apt install -y jq
28
17
29
18
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
You can’t perform that action at this time.
0 commit comments