Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed Oct 7, 2024
1 parent 5025b8e commit ceaa3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3rd-party-tools/slide-tags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ RUN apt-get update ; \
'SeuratObject'), repos='http://cran.rstudio.com/')" ; \

R -e "if (!require('BiocManager',quietly=T)) {install.packages('BiocManager',repos='http://cran.rstudio.com/')}; \
BiocManager::install('rhdf5')"
BiocManager::install('rhdf5')" ; \

# Install micromamba
# curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
# "${SHELL}" <(curl -L micro.mamba.pm/install.sh)
"${SHELL}" <(curl -L micro.mamba.pm/install.sh)

# Install python + pip + jupyter
# 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

# Added to copy julia script to docker image
# COPY spatial-count.jl .
COPY spatial-count.jl .

0 comments on commit ceaa3f7

Please sign in to comment.