caviri commited on
Commit ·
1cce90b
1
Parent(s): 30b5747
test: compatibility with hf
Browse files- Dockerfile +7 -6
Dockerfile
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
-
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
FROM ubuntu:22.04
|
| 6 |
|
| 7 |
-
RUN apt update
|
| 8 |
-
RUN apt
|
|
|
|
| 9 |
|
| 10 |
# https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3
|
| 11 |
# https://veronneau.org/python-311-pip-and-breaking-system-packages.html
|
|
|
|
| 1 |
+
FROM ubuntu:latest
|
| 2 |
|
| 3 |
+
RUN apt-get update
|
| 4 |
+
RUN apt-get install python3 python3-pip -y
|
| 5 |
+
# FROM ubuntu:22.04
|
| 6 |
|
| 7 |
+
# RUN apt update
|
| 8 |
+
# RUN apt-get update
|
| 9 |
+
# RUN apt install python3.10 python3-pip -y
|
| 10 |
|
| 11 |
# https://stackoverflow.com/questions/75608323/how-do-i-solve-error-externally-managed-environment-every-time-i-use-pip-3
|
| 12 |
# https://veronneau.org/python-311-pip-and-breaking-system-packages.html
|