Skip to content

Commit dc51879

Browse files
committed
...
1 parent 26d025e commit dc51879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.arm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ RUN usermod -d /home/jovyan -m jovyan
3737
RUN cp /home/jovyan/entrypoint.sh /usr/local/bin/entrypoint.sh && \
3838
chmod +x /usr/local/bin/entrypoint.sh && \
3939
chown 1000:1000 /usr/local/bin/entrypoint.sh && \
40-
sed -i '4i . /opt/conda/etc/profile.d/conda.sh' /usr/local/bin/entrypoint.sh && \
41-
sed -i '4i conda activate notebook' /usr/local/bin/entrypoint.sh
40+
sed -i '4i . /opt/conda/etc/profile.d/conda.sh; conda activate notebook' /usr/local/bin/entrypoint.sh
4241

4342
# Set the new entrypoint location
4443
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 commit comments

Comments
 (0)