Skip to content

Commit

Permalink
changed summary
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Oct 14, 2024
1 parent 1003dbd commit 0d9c00f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Base image
FROM python:3.11

# Install all required packages to run the model
# TODO: 1. Add any additional packages required to run your model
# RUN apt update && apt install --yes package1 package2 ...

# Work directory
WORKDIR /app

Expand Down
4 changes: 0 additions & 4 deletions development.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Base image
FROM python:3.11

# Install all required packages to run the model
# TODO: 1. Add any additional packages required to run your model
# RUN apt update && apt install --yes package1 package2 ...
3 changes: 0 additions & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@ async def announce():
Finally, avoid having multiple empty lines at the end of the file.
"""
api_summary = """This service benchmarks a dataset with various models and outputs the results sorted by accuracy.
In order for the service to work your dataset label column must be called "target".
Also to improve the results you may want to remove uneccessary columns from the dataset.
Finally, avoid having multiple empty lines at the end of the file.
"""

# Define the FastAPI application with information
Expand Down

0 comments on commit 0d9c00f

Please sign in to comment.