mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Remove pyvirtualdisplay from environment.yml and add it to the Dockerfile
This commit is contained in:
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get upgrade -y \
|
||||
|
||||
COPY environment.yml /tmp/
|
||||
RUN conda update -y -n base conda \
|
||||
&& echo ' - pyvirtualdisplay' >> /tmp/environment.yml \
|
||||
&& conda env create -f /tmp/environment.yml \
|
||||
&& conda clean -y -t \
|
||||
&& rm /tmp/environment.yml
|
||||
|
||||
Reference in New Issue
Block a user