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 b91c67e commit b1438e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 3rd-party-tools/slide-tags/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update ; \
apt-get install -y --no-install-recommends libfreetype6-dev libcairo2-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev ; \

# Get spatial count script
wget https://raw.githubusercontent.com/MacoskoLab/Macosko-Pipelines/main/spatial-count/spatial-count.jl -O /usr/spatial-count.jl; \
wget https://raw.githubusercontent.com/MacoskoLab/Macosko-Pipelines/main/spatial-count/spatial-count.jl; \
pwd; \
ls -l; \

Expand Down Expand Up @@ -100,7 +100,5 @@ RUN apt-get update ; \
# RUN sudo apt-get update && sudo apt-get install python3-pip
# RUN pip install jupyterlab

ENV PATH $PATH:/usr

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

0 comments on commit b1438e5

Please sign in to comment.