Spaces:
Paused
Paused
gghfds
commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ RUN git clone https://github.com/novnc/noVNC.git /opt/noVNC \
|
|
| 12 |
&& cd /opt/noVNC \
|
| 13 |
&& git submodule update --init --recursive
|
| 14 |
RUN mkdir /workspace
|
|
|
|
| 15 |
# Install Miniconda
|
| 16 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
| 17 |
&& bash Miniconda3-latest-Linux-x86_64.sh -b -p /workspace/miniconda3
|
|
|
|
| 12 |
&& cd /opt/noVNC \
|
| 13 |
&& git submodule update --init --recursive
|
| 14 |
RUN mkdir /workspace
|
| 15 |
+
ENV HOME="/workspace"
|
| 16 |
# Install Miniconda
|
| 17 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
|
| 18 |
&& bash Miniconda3-latest-Linux-x86_64.sh -b -p /workspace/miniconda3
|