Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit a0687d9

Browse files
committed
ipyoptimade==1.2.0 & add basic docker-compose
1 parent b01a4b8 commit a0687d9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
services:
2+
tools-optimade-client:
3+
build: .
4+
image: tools-optimade-client
5+
container_name: tools-optimade-client
6+
ports:
7+
- "5000:5000"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ipyoptimade~=1.1.3
1+
ipyoptimade~=1.2.0
22
voila-materialscloud-template~=0.4.3
33
jupyterlab~=4.2.1
44
-e .

0 commit comments

Comments
 (0)