mirror of
https://github.com/JHUAPL/SIMoN.git
synced 2026-01-09 14:57:56 -05:00
4 lines
124 B
Docker
4 lines
124 B
Docker
FROM simon-model:latest
|
|
RUN pip3 install pandas numpy statsmodels scipy==1.2.1
|
|
CMD ["python3", "/opt/src/inner_wrapper.py"]
|