SParsh003 commited on
Commit
04b2905
·
verified ·
1 Parent(s): 8202de9

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,6 +1,8 @@
1
 
2
  FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
3
 
 
 
4
  # Install required system packages
5
  RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
6
 
 
1
 
2
  FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
3
 
4
+ ENV PYTHONUNBUFFERED=1
5
+
6
  # Install required system packages
7
  RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
8