Skip to content

Commit d4674ee

Browse files
committed
Add catboost and pycaret libraries
1 parent 1c608f6 commit d4674ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ RUN \
943943
# Faiss - A library for efficient similarity search and clustering of dense vectors.
944944
conda install -y --freeze-installed faiss-cpu && \
945945
# New Python Libraries:
946-
# pip install --no-cache-dir
946+
pip install --no-cache-dir catboost pycaret && \
947947
# Cleanup
948948
clean-layer.sh
949949

0 commit comments

Comments
 (0)