Skip to content

Commit

Permalink
Removing this for now
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 29, 2024
1 parent 4f0b9b8 commit 56120e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
FROM python:3.11-slim-bullseye

RUN apt-get -y update && apt-get upgrade -y && apt-get install -y \
unzip \
wget \
# Cirro requirement
psutils
RUN apt-get -y update && apt-get upgrade -y && apt-get install -y unzip wget

WORKDIR /opt/build
COPY dev/install_pplacer.sh /opt/build/install_pplacer.sh
Expand Down

0 comments on commit 56120e1

Please sign in to comment.