Skip to content

Commit 1e24e58

Browse files
authored
Minor Fixes (#3)
* bump api version * rename yaml file (resolves #4) * remove unused packages from Dockerfile
1 parent 3767c41 commit 1e24e58

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM codait/max-base:v1.1.1
22

3-
RUN apt-get update && apt-get install -y sox libsox2 libstdc++6 libgomp1 libpthread-stubs0-dev && rm -rf /var/lib/apt/lists/*
4-
53
ARG model_bucket=http://max-assets.s3.us.cloud-object-storage.appdomain.cloud/speech-to-text-converter/1.0
64
ARG model_file=assets.tar.gz
75

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# API Metadata
99
API_TITLE = 'MAX Speech to Text Converter'
1010
API_DESC = 'Converts spoken words into text form.'
11-
API_VERSION = '0.1'
11+
API_VERSION = '1.0'
File renamed without changes.

0 commit comments

Comments
 (0)