Skip to content

Commit

Permalink
Install TIDDIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym committed Aug 9, 2024
1 parent 521c627 commit 1232baf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BALSAMIC/containers/varcall_py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN sh ${CONTAINER_NAME}.sh ${CONTAINER_NAME}
# Install TIDDIT
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
#RUN git clone --branch v3.8.0 --single-branch https://github.com/TIDDIT/TIDDIT.git && \
# cd TIDDIT && \
# pip install . \
pip install --upgrade requests && \
git clone --branch v3.8.0 --single-branch https://github.com/TIDDIT/TIDDIT.git && \
cd TIDDIT && \
pip install .

# Clean up work environment
WORKDIR /
Expand Down

0 comments on commit 1232baf

Please sign in to comment.