OpenFPGA/docker/Dockerfile.env

7 lines
254 B
Bash
Raw Normal View History

2020-12-10 15:35:19 -06:00
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
ADD .github/workflows/install_dependencies_run.sh install_dependencies_run.sh
RUN bash install_dependencies_test.sh
2020-12-10 16:49:02 -06:00
ADD requirements.txt requirements.txt
RUN python3 -m pip install -r requirements.txt