From b342a8e0202857660153974bc89928cbf72d4c94 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 3 Dec 2023 00:12:11 +0100 Subject: [PATCH] Remove resume from container --- Dockerfile | 3 +-- content/about.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a1ea1f4..0836c99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,4 @@ RUN hugo mod get -u && \ FROM nginx:stable-alpine -COPY --from=build /app/public /usr/share/nginx/html/ -ADD https://github.com/LordMathis/resume/releases/latest/download/resume.pdf /usr/share/nginx/html/namesny_matus_resume.pdf \ No newline at end of file +COPY --from=build /app/public /usr/share/nginx/html/ \ No newline at end of file diff --git a/content/about.md b/content/about.md index ce6fcd7..ca5f103 100644 --- a/content/about.md +++ b/content/about.md @@ -11,6 +11,4 @@ After graduating in Artificial Inteligence and Natural Language Processing I joi Currently I work at Telespazio as Software Engineer. I am developing a Kubeflow based Machine Learning Platform for Spacecraft Operational datasets. The platform is supposed to allow varius universities and researches to use the data to train ML models while keeping the data safe inside the platform which brings an interesting set of challenges. -I am usually open to discuss MLOps and ML Engineer opportunities. Here's my [resume](/namesny_matus_resume.pdf). - In my free time I selfhost a bunch of usefull applications such as Gitea, Nextcloud and this website. I am learning Go and working on [GitEcho](https://github.com/LordMathis/GitEcho).