Skip to content

Commit 622b47c

Browse files
Corrected wheel install path.
1 parent ce50671 commit 622b47c

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
@@ -21,7 +21,7 @@ USER datashader
2121
RUN mkdir /home/datashader/tmp
2222
COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
2323
RUN pip install --upgrade pip && \
24-
pip install --no-cache-dir /home/datashader/*.whl && \
24+
pip install --no-cache-dir /home/datashader/tmp/*.whl && \
2525
pip install uvicorn
2626

2727
COPY deployment/logging_config.yml /opt/elastic_datashader/

0 commit comments

Comments
 (0)