File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
<img width =" 386 " alt =" Xtreme1 logo " src =" https://user-images.githubusercontent.com/84139543/190300943-98da7d5c-bd67-4074-a94f-b7405d29fb90.png " >
3
3
4
- ![ ] ( https://img.shields.io/badge/Release-v0.9-green )
4
+ ![ ] ( https://img.shields.io/badge/Release-v0.9.1 -green )
5
5
![ ] ( https://img.shields.io/badge/License-Apache%202.0-blueviolet )
6
6
[ ![ Twitter] ( https://img.shields.io/badge/Follow-Twitter-blue )] ( https://twitter.com/Xtreme1io )
7
7
[ ![ Online] ( https://img.shields.io/badge/Xtreme1_Online-App-yellow )] ( https://app.basic.ai/#/login )
@@ -64,8 +64,8 @@ Image Data Curation (Visualizing & Debug) - [MobileNetV3](https://github.com/xi
64
64
Download the latest release package and unzip it.
65
65
66
66
``` bash
67
- wget https://github.com/xtreme1-io/xtreme1/releases/download/v0.9/xtreme1-v0.9.zip
68
- unzip -d xtreme1-v0.9 xtreme1-v0.9.zip
67
+ wget https://github.com/xtreme1-io/xtreme1/releases/download/v0.9.1 /xtreme1-v0.9.1 .zip
68
+ unzip -d xtreme1-v0.9.1 xtreme1-v0.9.1 .zip
69
69
```
70
70
71
71
## Start all services
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt update && \
9
9
apt install -y iputils-ping curl wget netcat python3 python3-pip git
10
10
RUN pip3 install --upgrade --force-reinstall git+https://github.com/xtreme1-io/xtreme1-sdk.git@d0cf4cc
11
11
WORKDIR /app
12
- COPY --from=build /build/target/xtreme1-backend-0.9-SNAPSHOT.jar ./app.jar
12
+ COPY --from=build /build/target/xtreme1-backend-0.9.1 -SNAPSHOT.jar ./app.jar
13
13
RUN mkdir -p config
14
14
RUN wget 'https://github.com/xtreme1-io/asset/raw/main/datasets/xtreme1-lidar-fusion-trial.zip' -O xtreme1-lidar-fusion-trial.zip
15
15
RUN wget 'https://github.com/xtreme1-io/asset/raw/main/datasets/xtreme1-image-trial.zip' -O xtreme1-image-trial.zip
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ cd backend
92
92
mvn package
93
93
94
94
# Using local configuration to start application.
95
- java -Dspring.profiles.active=local -jar target/xtreme1-backend-0.9-SNAPSHOT.jar
95
+ java -Dspring.profiles.active=local -jar target/xtreme1-backend-0.9.1 -SNAPSHOT.jar
96
96
```
97
97
98
98
Now you can access the backend service at ` http://localhost:8080/ ` .
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >ai.basic</groupId >
15
15
<artifactId >xtreme1</artifactId >
16
- <version >0.9-SNAPSHOT</version >
16
+ <version >0.9.1 -SNAPSHOT</version >
17
17
18
18
<properties >
19
19
<java .version>11</java .version>
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ services:
65
65
retries : 10
66
66
backend :
67
67
# By default, Compose will pull image from Docker Hub when no local image found.
68
- image : basicai/xtreme1-backend:v0.9
68
+ image : basicai/xtreme1-backend:v0.9.1
69
69
pull_policy : always
70
70
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
71
71
# build: ./backend
@@ -96,7 +96,7 @@ services:
96
96
condition : service_healthy
97
97
frontend :
98
98
# By default, Compose will pull image from Docker Hub when no local image found.
99
- image : basicai/xtreme1-frontend:v0.9
99
+ image : basicai/xtreme1-frontend:v0.9.1
100
100
pull_policy : always
101
101
# Uncomment this line and comment previous line to build image locally, not pull from Docker Hub.
102
102
# build: ./frontend
You can’t perform that action at this time.
0 commit comments