Skip to content

Commit

Permalink
- updating docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
emattei committed Dec 18, 2024
1 parent 4a0b082 commit 359af91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/igvf-kallisto-bustools/docker_builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LABEL software.description="Run the kallisto-bustools module of the IGVF single-
RUN pip install --upgrade pip

RUN mkdir /software
COPY src/python/run_kallisto.py /software
COPY run_kallisto.py /software
RUN cd /software && pip install --editable .

# Create and setup new user
Expand Down

0 comments on commit 359af91

Please sign in to comment.