-
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 #75 from UM-Bridge/CI-fix
Revert achlys image and update gs2 model
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 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,7 +36,8 @@ RUN echo 'alias pip=pip3' >> $HOME/.bashrc | |
|
||
RUN echo 'export GK_SYSTEM=gnu_ubuntu' >> $HOME/.bashrc | ||
|
||
RUN pip install ford netCDF4==1.6.2 | ||
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 | ||
|
||
|
@@ -51,5 +52,8 @@ RUN echo ${GK_SYSTEM} | |
RUN make -IMakefiles depend | ||
|
||
RUN make -IMakefiles gs2 | ||
|
||
#RUN make -IMakefiles tests | ||
|
||
COPY server.py fast.in . | ||
|
||
CMD . venv/bin/activate && python server.py |
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