Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
fixed basicpy version to pypi release
  • Loading branch information
yfukai authored May 17, 2024
1 parent 7d96405 commit c63ea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:
# Installing necessary packages

# Installing basicpy and other pip packages
RUN pip --no-cache-dir install git+https://github.com/peng-lab/BaSiCpy@v1.2.0 bioformats_jar
RUN pip --no-cache-dir install basicpy==1.2.0 bioformats_jar

# Copy script and test run
COPY ./main.py /opt/
Expand Down

0 comments on commit c63ea27

Please sign in to comment.