chore: import upstream snapshot with attribution
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM python:3
|
||||
|
||||
RUN mkdir -p /var/app
|
||||
WORKDIR /var/app
|
||||
COPY . /var/app
|
||||
|
||||
# install scipy & numpy
|
||||
# install required packages
|
||||
RUN pip install scipy numpy && \
|
||||
pip install .
|
||||
Reference in New Issue
Block a user