Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
-
FROM ubuntu:
|
4 |
|
5 |
RUN apt-get update
|
6 |
|
@@ -41,8 +41,8 @@ USER root
|
|
41 |
RUN mkdir -p /var/run/vpnc
|
42 |
RUN chmod -R 777 /var/run/vpnc
|
43 |
|
44 |
-
RUN mkdir -p /dev/net
|
45 |
-
RUN chmod -R 777 /dev/net
|
46 |
|
47 |
COPY aberconnect.sh /openconnect
|
48 |
RUN chmod +x aberconnect.sh
|
|
|
1 |
# read the doc: https://huggingface.co/docs/hub/spaces-sdks-docker
|
2 |
# you will also find guides on how best to write your Dockerfile
|
3 |
+
FROM ubuntu:22.04
|
4 |
|
5 |
RUN apt-get update
|
6 |
|
|
|
41 |
RUN mkdir -p /var/run/vpnc
|
42 |
RUN chmod -R 777 /var/run/vpnc
|
43 |
|
44 |
+
#RUN mkdir -p /dev/net
|
45 |
+
#RUN chmod -R 777 /dev/net
|
46 |
|
47 |
COPY aberconnect.sh /openconnect
|
48 |
RUN chmod +x aberconnect.sh
|