Enpas commited on
Commit
4a3e1cc
1 Parent(s): 42eff0e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,10 +1,10 @@
1
  FROM registry.gitlab.com/concrete1/contra200int8/main:latest
2
- RUN pip install torch
3
 
4
  ENV SERVER_PORT 5000
5
  ENV APP_PORT 7860
6
  ENV OMP_NUM_THREADS 4
7
- #ENV CT2_USE_EXPERIMENTAL_PACKED_GEMM 1
8
  ENV CT2_FORCE_CPU_ISA AVX512
9
 
10
  EXPOSE $APP_PORT
 
1
  FROM registry.gitlab.com/concrete1/contra200int8/main:latest
2
+ #RUN pip install torch
3
 
4
  ENV SERVER_PORT 5000
5
  ENV APP_PORT 7860
6
  ENV OMP_NUM_THREADS 4
7
+ ENV CT2_USE_EXPERIMENTAL_PACKED_GEMM 1
8
  ENV CT2_FORCE_CPU_ISA AVX512
9
 
10
  EXPOSE $APP_PORT