Hovhannes Tamoyan commited on
Commit
f12720f
·
1 Parent(s): 32ac413

use 4.0.0a7

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ ENV HOME=/home/aim_user \
23
  WORKDIR $HOME
24
 
25
  # install the `aim` package on the latest version
26
- RUN pip install aim==4.0.0a12
27
 
28
  RUN aim telemetry off
29
 
 
23
  WORKDIR $HOME
24
 
25
  # install the `aim` package on the latest version
26
+ RUN pip install aim==4.0.0a7
27
 
28
  RUN aim telemetry off
29