Spaces:
Running
on
T4
Running
on
T4
github-actions[bot]
commited on
Commit
·
b212166
1
Parent(s):
bb0d32d
Sync with https://github.com/mozilla-ai/osm-ai-helper
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
|
|
2 |
|
3 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
4 |
libgl1 \
|
|
|
5 |
build-essential \
|
6 |
python3.10 \
|
7 |
python3.10-dev \
|
|
|
2 |
|
3 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
4 |
libgl1 \
|
5 |
+
libglib2.0-0 \
|
6 |
build-essential \
|
7 |
python3.10 \
|
8 |
python3.10-dev \
|