Skip to content

Commit

Permalink
eplex debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lacava committed Jan 25, 2024
1 parent f9fb2ba commit 5c53253
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ ENV NVIDIA_VISIBLE_DEVICES all
ENV NVIDIA_DRIVER_CAPABILITIES compute,utility
LABEL com.nvidia.volumes.needed="nvidia_driver"
################################################################################

ENV http_proxy="http://proxy.tch.harvard.edu:3128"
ENV https_proxy=http://proxy.tch.harvard.edu:3128
ENV HTTPS_PROXY=http://proxy.tch.harvard.edu:3128
ENV HTTP_PROXY=http://proxy.tch.harvard.edu:3128
# Install base packages.
USER root

Expand All @@ -42,4 +45,5 @@ RUN apt update && apt install -y \
USER $MAMBA_USER
SHELL ["/bin/bash", "-c"]
COPY . .
RUN bash install.sh
RUN mamba env create -f base_environment.yml
RUN bash install.sh afp
3 changes: 3 additions & 0 deletions algorithms/eplex/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ cd ellyn
# fix version
git checkout cdff25b2851d942db1cdb2a6796ea61c41396c7c

which gcc
env | grep -i cc

python setup.py install

0 comments on commit 5c53253

Please sign in to comment.