-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from UM-Bridge/CI-fix
Ci fix for gs2 and achlys
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,6 @@ RUN echo 'alias pip=pip3' >> $HOME/.bashrc | |
|
||
RUN echo 'export GK_SYSTEM=gnu_ubuntu' >> $HOME/.bashrc | ||
|
||
RUN python -m venv venv && . venv/bin/activate && \ | ||
pip install ford netCDF4==1.6.2 umbridge pyrokinetics | ||
|
||
RUN git clone https://[email protected]/gyrokinetics/gs2.git /usr/gs2 | ||
|
||
WORKDIR /usr/gs2 | ||
|
@@ -54,6 +51,9 @@ RUN make -IMakefiles depend | |
RUN make -IMakefiles gs2 | ||
#RUN make -IMakefiles tests | ||
|
||
RUN python -m venv venv && . venv/bin/activate && \ | ||
pip install ford netCDF4==1.6.2 umbridge pyrokinetics | ||
|
||
COPY server.py fast.in . | ||
|
||
CMD . venv/bin/activate && python server.py |