Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit cf01a78

Browse files
author
Leonard Püttmann
committed
Minor changes
1 parent 81783b0 commit cf01a78

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

app/api.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
# Import statements go here
2-
<<<<<<< HEAD
3-
import numpy as np
4-
=======
5-
>>>>>>> dcb15c750dc94d319897c68c20befb500e280a47
62
from fastapi import FastAPI, responses
73
from pydantic import BaseModel
84
from configparser import ConfigParser
95
from util import get_model,get_encoder
106

11-
<<<<<<< HEAD
12-
=======
13-
14-
>>>>>>> dcb15c750dc94d319897c68c20befb500e280a47
157
from embedders.classification.contextual import TransformerSentenceEmbedder
168

179
# Instantiate fastapi app

start_container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ docker stop automl-container
44
echo -ne '\t [done]\n'
55

66
echo -ne 'building container...'
7-
docker build -t automl-container-backend .
7+
docker build -t automl-container-backend .
88
echo -ne '\t [done]\n'
99

1010
echo -ne 'starting...'

0 commit comments

Comments
 (0)