We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa463a3 commit 260f873Copy full SHA for 260f873
pgml-extension/Dockerfile.local
@@ -11,7 +11,7 @@ RUN cat /etc/apt/sources.list
11
RUN apt-get update && apt-get install -y postgresql-pgml-14
12
13
# Cache this, quicker
14
-RUN pip3 install xgboost sklearn diptest torch lightgbm transformers datasets sentencepiece sacremoses sacrebleu rouge
+RUN pip3 install xgboost skikit-learn diptest torch lightgbm transformers datasets sentencepiece sacremoses sacrebleu rouge
15
16
COPY --chown=postgres:postgres . /app
17
WORKDIR /app
0 commit comments