Skip to content

Commit

Permalink
feat:docker
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehuazhang committed Jul 26, 2024
1 parent d196da0 commit 993cbfe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 141 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
file: ./docker/Dockerfile
push: true
tags: |
chatimage/chatchat:${{ steps.imageTag.outputs.image_tag }}
ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:${{ steps.imageTag.outputs.image_tag }}
chatimage/chatchat:${{ env.image_tag }}
ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:${{ env.image_tag }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,windows/amd64,windows/arm64,darwin/amd64,darwin/arm64

- name: Logout from Docker Hub
Expand Down
28 changes: 9 additions & 19 deletions docker/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
.idea
# Langchain-Chatchat
docs
.github
tests
.idea/
.github/
Dockerfile
.dockerignore
.gitignore
.gitmodules
README.md
README_en.md
README_ja.md
LICENSE
requirements_api.txt
requirements_lite.txt
requirements_webui.txt
# bge-large-zh-v1.5
bge-large-zh-v1.5/README.md
# chatglm3-6b
../docs/contributing/
../docs/install/
../.gitignore
../.gitmodules
../LICENSE
../poetry.lock
../poetry.toml
../pyproject.toml
../docs/
../README.md
../README_en.md
29 changes: 0 additions & 29 deletions docker/Image Build & YAML Setup.md

This file was deleted.

91 changes: 0 additions & 91 deletions docker/langchain_sample.yaml

This file was deleted.

0 comments on commit 993cbfe

Please sign in to comment.