Skip to content

Commit

Permalink
Merge pull request #95 from zerbarus/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile to re-enable build of image
  • Loading branch information
huelse authored Sep 3, 2022
2 parents 25631fb + 1cfbf8c commit 1ff0604
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:21.04
FROM ubuntu:22.04

# define the folder where our src should exist/ be deposited
ARG SRC=/python-seal
Expand All @@ -12,8 +12,7 @@ RUN apt update && \
mkdir -p ${SRC}

# copy into container requirements and install them before rest of code
COPY ./requirements.txt ${SRC}/.
RUN pip3 install -r ${SRC}/requirements.txt
RUN pip3 install numpy pybind11

# copy everything into container now that requirements stage is complete
COPY . ${SRC}
Expand Down

0 comments on commit 1ff0604

Please sign in to comment.