Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Nov 14, 2022
1 parent ba74374 commit 2ca5d5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.9-slim-buster
MAINTAINER <ali.khan@uwo.ca>
MAINTAINER <tkai@uwo.ca>

# Copy repo files
COPY . .

# Install python requirements
RUN pip install --no-cache-dir .

0 comments on commit 2ca5d5e

Please sign in to comment.