Skip to content

Commit

Permalink
chore: added xvfb support for turtledemo screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu254rce committed Jan 5, 2024
1 parent 68f37df commit 0f3c290
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ WORKDIR /app

ADD . /app

RUN apt-get update && apt-get install -y xvfb libgl1-mesa-glx

RUN conda update -n base -c defaults conda

RUN conda env create -f environment.yml

RUN conda clean -a -y

ENTRYPOINT [ "conda", "run", "-n", "Gliese_22", "python", "hello.py" ]
CMD xvfb run -s "-screen 0 1400x900x24" conda run -n Gliese_22 python hello.py

0 comments on commit 0f3c290

Please sign in to comment.