Skip to content

Commit

Permalink
link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym committed Aug 9, 2024
1 parent 1232baf commit 35a7f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BALSAMIC/containers/varcall_py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN sh ${CONTAINER_NAME}.sh ${CONTAINER_NAME}
WORKDIR /project
RUN python -m pip install --upgrade pip && \

Check warning on line 27 in BALSAMIC/containers/varcall_py3/Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

BALSAMIC/containers/varcall_py3/Dockerfile#L27

Avoid use of cache directory with pip. Use `pip install --no-cache-dir <package>`. (DL3042)
pip install --upgrade requests && \
git clone --branch v3.8.0 --single-branch https://github.com/TIDDIT/TIDDIT.git && \
git clone --branch v3.8.0 --single-branch https://github.com/SciLifeLab/TIDDIT.git && \
cd TIDDIT && \
pip install .

Expand Down

0 comments on commit 35a7f00

Please sign in to comment.