Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Feb 8, 2025
1 parent ffd93a2 commit 84ce251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
{
"label": "docker: build main",
"type": "shell",
"command": "docker build -t xiaoyao9184/olah:main -f ./docker/build@source/dockerfile .",
"command": "docker build -t xiahan2019/olah:main -f ./docker/build@source/dockerfile .",
},
{
"label": "docker: build 0.3.3",
"type": "shell",
"command": "docker build -t xiaoyao9184/olah:0.3.3 -f ./docker/build@pypi/dockerfile .",
"command": "docker build -t xiahan2019/olah:0.3.3 -f ./docker/build@pypi/dockerfile .",
},
{
"label": "huggingface-cli: download bert-base-uncased",
Expand Down
2 changes: 1 addition & 1 deletion docker/up/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
olah:
image: xiaoyao9184/olah:lastet
image: xiahan2019/olah:lastet
container_name: olah
command: -c /app/configs.toml
ports:
Expand Down

0 comments on commit 84ce251

Please sign in to comment.