StaticExposure commited on
Commit
c83ed80
·
verified ·
1 Parent(s): 64f5837

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM ostris/aitoolkit:latest
2
+
3
+ ENV HF_HOME=/tmp/hf
4
+ ENV NODE_ENV=production
5
+
6
+ EXPOSE 8675