Skip to content

Commit e327f69

Browse files
englehardtvringar
authored andcommitted
Migrate more mamba references
1 parent ac5100f commit e327f69

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ RUN apt-get clean -qq \
1010
&& apt-get clean -qq \
1111
&& apt-get update -qq \
1212
&& apt-get upgrade -qq \
13-
# git and make for `npm install`, wget for `install-mamba`
13+
# git and make for `npm install`, wget for `install-conda`
1414
&& apt-get install wget git make -qq \
1515
# deps to run firefox inc. with xvfb
1616
&& apt-get install firefox xvfb libgtk-3-dev libasound2 libdbus-glib-1-2 libpci3 -qq
1717

1818
ENV HOME /opt
19-
COPY scripts/install-mamba.sh .
20-
RUN ./install-mamba.sh
21-
ENV PATH $HOME/mamba/bin:$PATH
19+
COPY scripts/install-conda.sh .
20+
RUN ./install-conda.sh
21+
ENV PATH $HOME/conda/bin:$PATH
2222

2323
# Install OpenWPM
2424
WORKDIR /opt/OpenWPM
2525
COPY . .
2626
RUN ./install.sh
27-
ENV PATH $HOME/mamba/envs/openwpm/bin:$PATH
27+
ENV PATH $HOME/conda/envs/openwpm/bin:$PATH
2828

2929
# Move the firefox binary away from the /opt/OpenWPM root so that it is available if
3030
# we mount a local source code directory as /opt/OpenWPM

scripts/install-mamba.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)