File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ RUN apt-get update -y && \
23
23
COPY Aptfile .
24
24
RUN /usr/bin/apt-install Aptfile
25
25
26
+ USER noteable
27
+
26
28
COPY requirements.txt /tmp/noteable_requirements.txt
27
29
RUN pip install --no-cache-dir -r /tmp/noteable_requirements.txt
28
30
@@ -35,8 +37,6 @@ COPY ipython_config.py /etc/ipython
35
37
COPY git_credential_helper.py /git_credential_helper.py
36
38
COPY git-wrapper.sh /usr/local/bin/git
37
39
38
- USER noteable
39
-
40
40
# hadolint ignore=DL3006
41
41
FROM main as gpu
42
42
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ RUN apt-get update -y && \
23
23
COPY Aptfile .
24
24
RUN /usr/bin/apt-install Aptfile
25
25
26
+ USER noteable
27
+
26
28
COPY requirements.txt /tmp/noteable_requirements.txt
27
29
RUN pip install --no-cache-dir -r /tmp/noteable_requirements.txt
28
30
@@ -35,8 +37,6 @@ COPY ipython_config.py /etc/ipython
35
37
COPY git_credential_helper.py /git_credential_helper.py
36
38
COPY git-wrapper.sh /usr/local/bin/git
37
39
38
- USER noteable
39
-
40
40
# hadolint ignore=DL3006
41
41
FROM main as gpu
42
42
You can’t perform that action at this time.
0 commit comments