Skip to content

Commit

Permalink
Use pip instead of mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
psbang committed Aug 11, 2023
1 parent a73246b commit d717a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ RUN pip uninstall -y pyarrow && \

# Install implicit
{{ if eq .Accelerator "gpu" }}
RUN mamba install -y implicit implicit-proc=*=gpu && \
RUN pip install implicit && \
/tmp/clean-layer.sh
{{ else }}
RUN mamba install -y implicit && \
Expand Down

0 comments on commit d717a8b

Please sign in to comment.