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 260f873 commit 9119db7Copy full SHA for 9119db7
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 skikit-learn diptest torch lightgbm transformers datasets sentencepiece sacremoses sacrebleu rouge
+RUN pip3 install xgboost scikit-learn diptest torch lightgbm transformers datasets sentencepiece sacremoses sacrebleu rouge
15
16
COPY --chown=postgres:postgres . /app
17
WORKDIR /app
0 commit comments