Skip to content

Commit

Permalink
pin keras-contrib version and update yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsu Han Ooi committed Oct 2, 2018
1 parent 9241d97 commit 251b95e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cron.k8s-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
spec:
containers:
- name: cron
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/cron:3.2.1
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/cron:3.2.2
restartPolicy: Never
2 changes: 1 addition & 1 deletion db_worker.k8s-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: spv2-dbworker
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/db_worker:3.2.1
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/db_worker:3.2.2
resources:
requests:
cpu: 12
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sklearn
cffi==1.11.2
pydot_ng
manhole==1.3.0
git+https://github.com/keras-team/keras-contrib.git
git+https://github.com/keras-team/keras-contrib.git@f25c26665e990cfdf1da61a3de10a34d67f74b37
aiohttp==2.3.3
multiset==2.0.2
datadog==0.17.0
Expand Down
2 changes: 1 addition & 1 deletion server.k8s-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: spv2-service
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/server:3.2.1
image: 896129387501.dkr.ecr.us-west-2.amazonaws.com/spv2/server:3.2.2
ports:
- containerPort: 8081
name: backend-http
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2

0 comments on commit 251b95e

Please sign in to comment.