Skip to content

Commit

Permalink
fix: help system to identify arcasHLA
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeungJayJang authored Jan 2, 2025
1 parent 9fa54a2 commit c0ef969
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ RUN git clone https://github.com/RabadanLab/arcasHLA.git
RUN conda env create -f /app/arcasHLA/environment.yml
RUN echo "source activate arcas-hla" > ~/.bashrc
ENV PATH /opt/conda/envs/arcas-hla/bin:$PATH
ENV PATH="${PATH}:/app/arcasHLA/"

0 comments on commit c0ef969

Please sign in to comment.