alessandro trinca tornidor commited on
Commit
beb9b67
·
1 Parent(s): 30b3c03

[feat] check for python3 executable

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR /workspace
14
 
15
  COPY scripts/entrypoint.sh /workspace/entrypoint.sh
16
  RUN chmod +x /workspace/entrypoint.sh
17
- RUN which python
18
  RUN free -m
19
  RUN which nvidia-smi
20
  RUN nvidia-smi
 
14
 
15
  COPY scripts/entrypoint.sh /workspace/entrypoint.sh
16
  RUN chmod +x /workspace/entrypoint.sh
17
+ RUN which python3
18
  RUN free -m
19
  RUN which nvidia-smi
20
  RUN nvidia-smi