Skip to content

Commit

Permalink
refactor: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Oct 16, 2023
1 parent 5d720b0 commit 21fbfc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ RUN groupadd -r ${GROUP} && useradd --no-log-init -r -g ${GROUP} ${USER}
WORKDIR ${WORKDIR}
RUN chown -R ${USER}:${GROUP} ${WORKDIR} && chmod 700 ${WORKDIR}
USER ${USER}
RUN echo "source activate scrnasim" > ~/.bashrc
ENV PATH /opt/conda/envs/scrnasim/bin:$PATH
RUN echo "source activate scrnasim-toolz" > ~/.bashrc
ENV PATH /opt/conda/envs/scrnasim-toolz/bin:$PATH

# SET ENTRYPOINT
ENTRYPOINT ["transcript-sampler"]
CMD ["-v"]
CMD ["transcript-sampler", "-v"]
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ dependencies:
- numpy>=1.23.3
- pandas>=1.4.4
- python>=3.6, <=3.10
- pyarrow
- pip:
- -e .

0 comments on commit 21fbfc3

Please sign in to comment.