Skip to content

Commit 022819e

Browse files
committed
Update client and docker-compose
1 parent 9bc37be commit 022819e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docker-compose.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ services:
8686
- ASPNETCORE_ConnectionStrings__Mongo=mongodb://mongo:27017/machine?replicaSet=myRS
8787
- ASPNETCORE_ConnectionStrings__Serval=http://serval-api:81
8888
- ClearML__ApiServer=https://api.sil.hosted.allegro.ai
89-
- ClearML__Queue=production
90-
- ClearML__DockerImage=ghcr.io/sillsdev/machine.py:0.9.6.2
89+
- ClearML__Queue=lambert_24gb
90+
- ClearML__DockerImage=mpy.local
91+
- ClearML__Project=docker-compose
9192
- "ClearML__AccessKey=${ClearML_AccessKey:?access key needed}"
9293
- "ClearML__SecretKey=${ClearML_SecretKey:?secret key needed}"
9394
- SharedFile__Uri=s3://aqua-ml-data/docker-compose/
@@ -128,8 +129,9 @@ services:
128129
- ASPNETCORE_Kestrel__Endpoints__Http__Url=http://*:80
129130
- ASPNETCORE_Kestrel__EndpointDefaults__Protocols=Http2
130131
- ClearML__ApiServer=https://api.sil.hosted.allegro.ai
131-
- ClearML__Queue=production
132-
- ClearML__DockerImage=ghcr.io/sillsdev/machine.py:0.9.6.2
132+
- ClearML__Queue=lambert_24gb
133+
- ClearML__DockerImage=mpy.local
134+
- ClearML__Project=docker-compose
133135
- "ClearML__AccessKey=${ClearML_AccessKey:?access key needed}"
134136
- "ClearML__SecretKey=${ClearML_SecretKey:?secret key needed}"
135137
- SharedFile__Uri=s3://aqua-ml-data/docker-compose/

src/Serval.Client/Serval.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<Version>0.5.4</Version>
5+
<Version>0.6.0</Version>
66
<Description>Client classes for Serval.</Description>
77
<RootNamespace>Serval.Client</RootNamespace>
88
</PropertyGroup>

0 commit comments

Comments
 (0)