Skip to content

Commit

Permalink
Python CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pjknowles committed Jan 3, 2024
1 parent be9fdba commit 814b761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt install -y cmake git g++ doxygen bash rsy

RUN apt update && apt install -y wget && wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda-installer.sh && bash /tmp/miniconda-installer.sh -b -p /opt/conda

RUN cd pysjef && . /opt/conda/etc/profile.d/conda.sh && conda create -c conda-forge -n pysjef -y python '>=3.10' numpy '>=1.17' boost-cpp '>=1.71' pugixml '>=1.10' cython '>=3.0' lxml '>=4.0' pip regex c-compiler cxx-compiler ghostscript pytest '>=7' cmake '>=3.27' make '>=4'&& conda activate pysjef
RUN . /opt/conda/etc/profile.d/conda.sh && conda create -c conda-forge -n pysjef -y python '>=3.10' numpy '>=1.17' boost-cpp '>=1.71' pugixml '>=1.10' cython '>=3.0' lxml '>=4.0' pip regex c-compiler cxx-compiler ghostscript pytest '>=7' cmake '>=3.27' make '>=4'&& conda activate pysjef

RUN ( \
echo 'LogLevel DEBUG2'; \
Expand Down

0 comments on commit 814b761

Please sign in to comment.