Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ee5b8c

Browse files
committed
Reset docker compose and docker local to original
1 parentc728d7e commit3ee5b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
context:./pgml-extension/
1111
dockerfile:Dockerfile.local
1212
ports:
13-
-"6453:5432"
13+
-"5433:5432"
1414
command:
1515
-sleep
1616
-infinity

‎pgml-extension/Dockerfile.local‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cat /etc/apt/sources.list
1111
RUN apt-get update && apt-get install -y postgresql-pgml-14
1212

1313
# Cache this, quicker
14-
RUN pip3 install xgboost scikit-learn diptest torch lightgbm transformers datasets sentencepiece sentence_transformers sacremoses sacrebleu rouge protobuf
14+
RUN pip3 install xgboost scikit-learn diptest torch lightgbm transformers datasets sentencepiece sentence_transformers sacremoses sacrebleu rouge
1515

1616
COPY --chown=postgres:postgres . /app
1717
WORKDIR /app

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp