Skip to content

Commit

Permalink
updates to dockerfile for smoldyn install
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 8, 2024
1 parent 94629c4 commit 7b06faf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Download the smoldyn .deb package
RUN wget https://download.opensuse.org/repositories/home:/dilawar/xUbuntu_22.04/amd64/smoldyn_2.64.4-1+2.1_amd64.deb
#RUN wget https://download.opensuse.org/repositories/home:/dilawar/xUbuntu_22.04/amd64/smoldyn_2.64.4-1+2.1_amd64.deb

# Install the downloaded package
RUN dpkg -i smoldyn_2.64.4-1+2.1_amd64.deb
#RUN dpkg -i smoldyn_2.64.4-1+2.1_amd64.deb

# Update package lists and install Python 3 and pip
RUN apt-get update && apt-get install -y \
Expand All @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
# Optional: Create a symlink for python and pip if you want to use `python` and `pip` commands directly
RUN ln -s /usr/bin/python3 /usr/bin/python

#RUN pip install --upgrade pip \
RUN pip install smoldyn \
#&& pip install ipython \
#&& pip install .

Expand Down

0 comments on commit 7b06faf

Please sign in to comment.