Skip to content

Commit fb36efe

Browse files
committed
chore(srSilo): test preview docker image of SILO Sparse Positions and update LAPIS to 0.6.1
1 parent f510c5f commit fb36efe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose-preprocessing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
siloPreprocessing:
3-
image: ghcr.io/genspectrum/lapis-silo:0.8.5
3+
image: ghcr.io/genspectrum/lapis-silo:pr-993
44
command: preprocessing
55
mem_limit: 350g
66
volumes:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
lapisOpen:
3-
image: ghcr.io/genspectrum/lapis:0.5.17
3+
image: ghcr.io/genspectrum/lapis:0.6.1
44
restart: unless-stopped
55
ports:
66
- ${LAPIS_PORT}:8080
@@ -17,7 +17,7 @@ services:
1717
stop_grace_period: 0s
1818

1919
silo:
20-
image: ghcr.io/genspectrum/lapis-silo:0.8.5
20+
image: ghcr.io/genspectrum/lapis-silo:pr-993
2121
mem_limit: 350g
2222
restart: unless-stopped
2323
ports:

0 commit comments

Comments
 (0)