Skip to content

Commit 10706ae

Browse files
committed
testing
1 parent ab49ac2 commit 10706ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.arm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ RUN usermod -d /home/jovyan -m jovyan
3636
# Copy entrypoint to a safe location before home gets mounted over
3737
RUN cp /home/jovyan/entrypoint.sh /usr/local/bin/entrypoint.sh && \
3838
chmod +x /usr/local/bin/entrypoint.sh && \
39-
chown 1000:1000 /usr/local/bin/entrypoint.sh
39+
chown 1000:1000 /usr/local/bin/entrypoint.sh && \
40+
sed -i '4i . /opt/conda/etc/profile.d/conda.sh' && \
41+
sed -i sed '4i conda activate notebook' entrypoint.sh
4042

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

0 commit comments

Comments
 (0)