We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab49ac2 commit 10706aeCopy full SHA for 10706ae
Dockerfile.arm
@@ -36,7 +36,9 @@ RUN usermod -d /home/jovyan -m jovyan
36
# Copy entrypoint to a safe location before home gets mounted over
37
RUN cp /home/jovyan/entrypoint.sh /usr/local/bin/entrypoint.sh && \
38
chmod +x /usr/local/bin/entrypoint.sh && \
39
- chown 1000:1000 /usr/local/bin/entrypoint.sh
+ 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
42
43
# Set the new entrypoint location
44
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
0 commit comments