Skip to content

Commit

Permalink
changed inference image to oasst postgres (#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
yk committed Apr 26, 2023
1 parent f8d1d8c commit 537e310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/inference/deploy-server.yaml
Expand Up @@ -52,7 +52,7 @@
- name: Create postgres containers
community.docker.docker_container:
name: "oasst-inference-{{ stack_name }}-postgres"
image: postgres
image: ghcr.io/laion-ai/open-assistant/oasst-postgres
state: started
pull: true
recreate: "{{ (stack_name == 'dev') | bool }}"
Expand Down

0 comments on commit 537e310

Please sign in to comment.