Skip to content
Snippets Groups Projects
Commit acbbe87a authored by Andrea Censi's avatar Andrea Censi
Browse files

better deps tracking

parent 206382ad
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@
!**/*yaml
!Makefile
!LICENSE.pdf
!requirements.txt
!requirements*
......@@ -32,16 +32,18 @@ push:
build-docker-python3:
pur -r requirements.txt -f -m '*' -o requirements.resolved
docker build --pull -t $(img3) -f docker/AIDO1/server-python3/Dockerfile .
build-docker-python3-no-cache:
pur -r requirements.txt -f -m '*' -o requirements.resolved
docker build --pull -t $(img3) -f docker/AIDO1/server-python3/Dockerfile .
push-docker-python3:
docker push $(img3)
other_deps:
apt install x11-apps
......
......@@ -7,7 +7,7 @@ RUN conda install numpy pyyaml scipy ipython mkl mkl-include && conda clean -ya
WORKDIR /gym-duckietown
COPY requirements.resolved .
COPY requirements.txt .
RUN pip install -r /gym-duckietown/requirements.txt
RUN pipdeptree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment