Spaces:
Sleeping
Sleeping
ejschwartz
commited on
Commit
·
cd299e4
1
Parent(s):
7f27534
change image arch
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
|
2 |
-
#FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
3 |
-
FROM ubuntu:latest
|
4 |
|
5 |
ENV PIP_BREAK_SYSTEM_PACKAGES=1
|
6 |
|
|
|
1 |
+
FROM --platform=linux/amd64 ubuntu:latest
|
|
|
|
|
2 |
|
3 |
ENV PIP_BREAK_SYSTEM_PACKAGES=1
|
4 |
|