Skip to content

Commit db05f40

Browse files
committed
Remove pyvirtualdisplay from environment.yml and add it to the Dockerfile
1 parent cb51bc1 commit db05f40

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get upgrade -y \
1212

1313
COPY environment.yml /tmp/
1414
RUN conda update -y -n base conda \
15+
&& echo ' - pyvirtualdisplay' >> /tmp/environment.yml \
1516
&& conda env create -f /tmp/environment.yml \
1617
&& conda clean -y -t \
1718
&& rm /tmp/environment.yml

environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dependencies:
3636
- opencv-python==4.1.1.26
3737
- psutil==5.6.3
3838
- pyglet==1.3.2
39-
- pyvirtualdisplay==0.2.4
4039
- tensorboard==2.0.0
4140
- tensorflow==2.0.0
4241
- tensorflow-addons==0.6.0

0 commit comments

Comments
 (0)