adityas129 commited on
Commit
7dcdc7e
·
verified ·
1 Parent(s): e3de28d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -106,6 +106,9 @@ RUN python -m pip install --no-deps \
106
  "t5x @ git+https://github.com/google-research/t5x.git@92c5b46" \
107
  "flaxformer @ git+https://github.com/google/flaxformer@399ea3a"
108
 
 
 
 
109
  # 9) Install magenta-rt without dependencies
110
  RUN python -m pip install --no-deps \
111
  'git+https://github.com/magenta/magenta-realtime#egg=magenta_rt[gpu]'
 
106
  "t5x @ git+https://github.com/google-research/t5x.git@92c5b46" \
107
  "flaxformer @ git+https://github.com/google/flaxformer@399ea3a"
108
 
109
+ RUN python -m pip install aqtp fiddle
110
+
111
+
112
  # 9) Install magenta-rt without dependencies
113
  RUN python -m pip install --no-deps \
114
  'git+https://github.com/magenta/magenta-realtime#egg=magenta_rt[gpu]'