Skip to content

Commit

Permalink
Remove slash in Docker RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
scanon committed Aug 5, 2024
1 parent 97e3bcf commit 1025bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile_vis
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN \

ENV PATH="${PATH}:/opt/conda/envs/$conda_env/bin"

\RUN \
RUN \
pip3 install hmmer==0.1.0 pymupdf==1.22.5 && \
chmod 775 /opt/conda/envs/$conda_env/lib/python3.7/site-packages/microbeannotator/pipeline/*.py && \
ln -s /opt/conda/envs/$conda_env/lib/python3.7/site-packages/microbeannotator/pipeline/ko_mapper.py /opt/conda/envs/$conda_env/bin/ && \
Expand Down

0 comments on commit 1025bef

Please sign in to comment.