Spaces:
Runtime error
Runtime error
CarolinePascal
commited on
fix(shell): setting bash as default shell
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM nvidia/cuda:12.1.1-runtime-ubuntu22.04
|
2 |
|
|
|
|
|
3 |
# System deps
|
4 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
5 |
python3 python3-pip python3-venv git curl build-essential pkg-config ca-certificates \
|
|
|
1 |
FROM nvidia/cuda:12.1.1-runtime-ubuntu22.04
|
2 |
|
3 |
+
ENV SHELL=/bin/bash
|
4 |
+
|
5 |
# System deps
|
6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
7 |
python3 python3-pip python3-venv git curl build-essential pkg-config ca-certificates \
|