fffiloni commited on
Commit
0cdac26
1 Parent(s): 06e59b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ RUN useradd -m -u 1000 user
24
  USER user
25
 
26
  ENV HOME=/home/user \
27
- PATH=/home/user/.local/bin:$PATH
 
28
 
29
  # Clone the RB-Modulation repository
30
  RUN git clone https://github.com/google/RB-Modulation.git $HOME/app
 
24
  USER user
25
 
26
  ENV HOME=/home/user \
27
+ PATH=/home/user/.local/bin:$PATH \
28
+ SYSTEM=spaces
29
 
30
  # Clone the RB-Modulation repository
31
  RUN git clone https://github.com/google/RB-Modulation.git $HOME/app