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 26d025e commit dc51879Copy full SHA for dc51879
Dockerfile.arm
@@ -37,8 +37,7 @@ RUN usermod -d /home/jovyan -m jovyan
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 && \
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
+ sed -i '4i . /opt/conda/etc/profile.d/conda.sh; conda activate notebook' /usr/local/bin/entrypoint.sh
42
43
# Set the new entrypoint location
44
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
0 commit comments