Gaurav Yadav commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# syntax = docker/dockerfile:1.2
|
| 2 |
|
| 3 |
FROM continuumio/miniconda3:24.1.2-0
|
| 4 |
-
|
| 5 |
# install os dependencies including xauth for xvfb
|
| 6 |
RUN mkdir -p /usr/share/man/man1
|
| 7 |
RUN apt-get update && \
|
|
|
|
| 1 |
# syntax = docker/dockerfile:1.2
|
| 2 |
|
| 3 |
FROM continuumio/miniconda3:24.1.2-0
|
| 4 |
+
|
| 5 |
# install os dependencies including xauth for xvfb
|
| 6 |
RUN mkdir -p /usr/share/man/man1
|
| 7 |
RUN apt-get update && \
|