xnx3 commited on
Commit
3cb2152
·
verified ·
1 Parent(s): 760acb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -169,6 +169,16 @@ pip install -i https://mirrors.aliyun.com/pypi/simple/ torch
169
  # Permanently turn off the firewall (disable auto boot)
170
  sudo systemctl disable firewalld
171
  sudo systemctl stop firewalld
 
 
 
 
 
 
 
 
 
 
172
  ````
173
  ### Windows
174
  Download the application:
 
169
  # Permanently turn off the firewall (disable auto boot)
170
  sudo systemctl disable firewalld
171
  sudo systemctl stop firewalld
172
+
173
+ yum -y install tail
174
+
175
+ # Add auto start upon startup
176
+ echo '/mnt/translate100/start.sh'>>/etc/rc.d/rc.local
177
+ chmod +x /etc/rc.d/rc.local
178
+ chmod +x /mnt/translate100/start.sh
179
+ chmod -R 777 /mnt/translate100/start.sh
180
+ # Run
181
+ /mnt/translate100/start.sh
182
  ````
183
  ### Windows
184
  Download the application: