You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
# gpaw-docker
2
2
3
-
This repo builds a docker container with [GPAW](https://wiki.fysik.dtu.dk/gpaw/) (A Density Functional Theory software based on the [Projector Augmented Wave](https://en.wikipedia.org/wiki/Projector_augmented_wave_method) method and a real space grid).
3
+
This repo provides docker containers with [GPAW](https://wiki.fysik.dtu.dk/gpaw/) (A Density Functional Theory software based on the [Projector Augmented Wave](https://en.wikipedia.org/wiki/Projector_augmented_wave_method) method and a real space grid).
4
4
5
5
## Components
6
6
7
7
It uses the following:
8
8
9
9
* Alpine Linux
10
-
* Latest Apache httpd available (install path: /app/httpd)
10
+
* Latest [Apache httpd](http://httpd.apache.org) available (install path: /app/httpd)
11
+
* or [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) (image dellelce/gpaw-uwsgi)
11
12
* Latest Python 3.7 available (install path: /app/httpd)
0 commit comments