Spaces:
Running
Running
fuxialexander
commited on
Commit
·
0b8f533
1
Parent(s):
b806321
update
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
18 |
ssh \
|
19 |
&& apt-get clean \
|
20 |
&& rm -rf /var/lib/apt/lists/*
|
21 |
-
|
22 |
USER $MAMBA_USER
|
23 |
|
24 |
# copy modules from local to container
|
@@ -35,7 +35,6 @@ RUN cd /modules/proscope && \
|
|
35 |
pip3 install .
|
36 |
|
37 |
WORKDIR /
|
38 |
-
RUN mkdir /data
|
39 |
|
40 |
# Make port 80 available to the world outside this container
|
41 |
EXPOSE 7681
|
|
|
18 |
ssh \
|
19 |
&& apt-get clean \
|
20 |
&& rm -rf /var/lib/apt/lists/*
|
21 |
+
RUN mkdir /data
|
22 |
USER $MAMBA_USER
|
23 |
|
24 |
# copy modules from local to container
|
|
|
35 |
pip3 install .
|
36 |
|
37 |
WORKDIR /
|
|
|
38 |
|
39 |
# Make port 80 available to the world outside this container
|
40 |
EXPOSE 7681
|