Shuwei Hou commited on
Commit
fcedd38
·
1 Parent(s): bf75e3f

update_dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,4 +1,7 @@
1
  FROM continuumio/miniconda3:24.11.1-0
 
 
 
2
  WORKDIR /sate
3
 
4
  COPY . .
 
1
  FROM continuumio/miniconda3:24.11.1-0
2
+
3
+ ENV HOME=/sate
4
+
5
  WORKDIR /sate
6
 
7
  COPY . .