mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
chore: add s3 dependencies to Docker install
This commit is contained in:
parent
c25ee5e29c
commit
dc93ec99e8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ WORKDIR /srv/umap
|
|||
|
||||
COPY . /srv/umap
|
||||
|
||||
RUN /venv/bin/pip install .[docker]
|
||||
RUN /venv/bin/pip install .[docker,s3]
|
||||
|
||||
FROM common
|
||||
|
||||
|
|
Loading…
Reference in a new issue