Skip to content

Commit

Permalink
fix: set PYTHONPATH in docker (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2024
1 parent 180ba71 commit 1fc7dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/star_ucsc_cufflinks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV CONDA_ENV=py3.6
RUN mamba env create -n ${CONDA_ENV} -f /data2/environment.yml && \
echo "conda activate ${CONDA_ENV}" > ~/.bashrc
ENV PATH="/opt2/conda/envs/${CONDA_ENV}/bin:$PATH"
ENV PYTHONPATH="/opt2/conda/envs/py3.6/lib/python3.6/site-packages/"
ENV R_LIBS_USER=/opt2/conda/lib/R/library/

# install find_circ
Expand Down
2 changes: 1 addition & 1 deletion docker/star_ucsc_cufflinks/meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dockerhub_namespace: nciccbr
image_name: charlie_star_ucsc_cufflinks
version: v0.4.0
version: v0.4.1
container: "$(dockerhub_namespace)/$(image_name):$(version)"

0 comments on commit 1fc7dc0

Please sign in to comment.