-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into readme-for-oss
- Loading branch information
Showing
164 changed files
with
36 additions
and
36,829 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM dolfinx/lab:stable | ||
ENV TZ=Asia/Tokyo | ||
RUN apt-get update | ||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata | ||
RUN apt-get install -y dnsutils | ||
RUN apt-get install -y net-tools | ||
RUN apt-get install -y x11-apps | ||
RUN apt-get install -y vim nano | ||
RUN apt-get install -y lsof | ||
RUN apt-get install -y xdg-utils | ||
RUN apt-get install -y netcat | ||
RUN apt-get install -y gtkwave | ||
RUN mkdir /usr/share/desktop-directories | ||
RUN pip install pandas | ||
RUN pip install h5py | ||
RUN pip install 'jupyterlab>=3' ipywidgets 'pyvista[all]' ipyvtklink | ||
RUN pip install pcb-tools | ||
RUN pip install cairocffi | ||
RUN pip install gmsh |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.