Skip to content

Commit

Permalink
Remove minimal mode
Browse files Browse the repository at this point in the history
  • Loading branch information
oaksharks committed Apr 7, 2021
1 parent 1b1190f commit d06268b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en_US/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker run -ti -p 8000:8000 -p 9001:9001 datacanvas/cooka:latest
# port 9001 is supervisor(which used to manage process) web ui, and the account/password is: user/123
# port 8000 is cooka web ui
```
Open browser and visit site http://<your-ip>:8000 to use cooka.
Open browser and visit site `http://<your-ip>:8000` to use cooka.

If you want to integrate with jupyter notebook, please specify jupyter url running in the container:
```
Expand Down
2 changes: 1 addition & 1 deletion packages/src/pages/lab/_components/train.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const Train = ({ train: { labelName }, dispatch, location: { query: { datasetNam
<Radio.Group onChange={e => setMode(e.target.value)} value={mode}>
<Radio value='quick'>{formatMessage({id: 'train.quick'})}</Radio>
<Radio value='performance'>{formatMessage({id: 'train.performance'})}</Radio>
<Radio value='minimal'>{formatMessage({id: 'train.minimal'})}</Radio>
{/*<Radio value='minimal'>{formatMessage({id: 'train.minimal'})}</Radio>*/}
</Radio.Group>
</dd>
</dl>
Expand Down

0 comments on commit d06268b

Please sign in to comment.