Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Oct 9, 2024
1 parent dc07e2e commit 6263e39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 3rd-party-tools/slide-tags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update ; \
ln -s /opt/julia-1.10.5/bin/julia /usr/local/bin/julia ; \

# Install Julia libraries
RUN julia -e 'using Pkg; \
julia -e 'using Pkg; \
Pkg.add(["CSV", \
"GZip", \
"SIMD", \
Expand Down Expand Up @@ -97,3 +97,6 @@ RUN apt-get update ; \
# RUN sudo ln -s /usr/bin/python3 /usr/bin/python
# RUN sudo apt-get update && sudo apt-get install python3-pip
# RUN pip install jupyterlab

# Set tini as default entrypoint
ENTRYPOINT [ "/sbin/tini", "--" ]

0 comments on commit 6263e39

Please sign in to comment.