Skip to content

Commit

Permalink
first major commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leilayesufu committed Dec 10, 2023
1 parent 5798fbb commit d8ca53b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ RUN pip install pandas
RUN pip install tensorboardX==2.0
RUN pip install scipy>=1.4.1
RUN pip install hyperopt
RUN pip install protobuf==3.18.3

RUN pip install --upgrade protobuf==3.20.0

RUN pip install protoc >= 3.19.0
RUN pip install --upgrade bentoml
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

# RUN pip install --upgrade protobuf==3.20.0
# #RUN pip install protoc >= 3.19.0
# RUN pip install --upgrade bentoml
# ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

WORKDIR /repo
COPY . /repo
2 changes: 1 addition & 1 deletion model/framework/code/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
print(new_df)
print("hello")

# To save the new dataframe to a CSV file, you can use the following:
# To save the new dataframe to a CSV file,


prediction_absolute_path= os.path.abspath(os.path.join(root,"..",output_file))
Expand Down

0 comments on commit d8ca53b

Please sign in to comment.