Skip to content

Commit

Permalink
added dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ranjiGT authored May 1, 2021
1 parent e9c7bb7 commit 230f43f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM python:3.8-alpine

RUN apk add --update --no-cache py3-numpy
ENV PYTHONPATH=/usr/lib/python3.8/site-packages

RUN pip install --upgrade pip


COPY . .

#RUN python3 NeuralNets.py --data Example.csv

CMD ["python3", "./NeuralNets.py"]

0 comments on commit 230f43f

Please sign in to comment.