CarolinePascal commited on
Commit
c7c25c5
·
unverified ·
1 Parent(s): 5d596d9

fix(shell): setting bash as default shell

Browse files
Files changed (1) hide show
  1. 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 \