Git Product home page Git Product logo

Comments (5)

MGMCN avatar MGMCN commented on July 19, 2024

Hi yoho321,

I don't think it's necessary.

But I don't mind if you write a dockerfile either.

You can just create a new pull request to contribute.

Regards

from fastcv.

yoho321 avatar yoho321 commented on July 19, 2024

Issue

When I run the shell script in Ubuntu environment on docker , there are some issues as shown below:

fastcv  | build-linux-x86_64.sh: line 1: sudo: command not found
fastcv  | build-linux-x86_64.sh: line 2: sudo: command not found
fastcv  | build-linux-x86_64.sh: line 3: sudo: command not found
fastcv  | build-linux-x86_64.sh: line 4: sudo: command not found
fastcv  | build-linux-x86_64.sh: line 6: hugo: command not found
fastcv  | build-linux-x86_64.sh: line 7: git: command not found
fastcv  | cp: cannot stat 'hugoServer/mycv/themes/resume-a4/config.yaml': No such file or directory
fastcv  | cp: cannot stat 'hugoServer/mycv/themes/resume-a4/exampleSite/data': No such file or directory
fastcv  | rm: cannot remove 'hugoServer/mycv/config.toml': No such file or directory
fastcv  | build-linux-x86_64.sh: line 11: hugo: command not found

I am not that familiar with docker, so I cannot fix it by myself. I have attached my Dockerfile and docker-compose file, please check.

Dockerfile

FROM ubuntu:23.04

LABEL maintainer="JSHE"

RUN apt update

COPY build-linux-x86_64.sh build-linux-x86_64.sh

CMD ["bash","build-linux-x86_64.sh"]

docker-compose.yml

version: "3"

services:
  fastcv:
    build: .
    container_name: fastcv
    ports:
    - "5555:5555"

from fastcv.

MGMCN avatar MGMCN commented on July 19, 2024

First plz make sure your fork proj is up to date.

from fastcv.

MGMCN avatar MGMCN commented on July 19, 2024

I will call someone to help you! @Kabuda-czh

from fastcv.

MGMCN avatar MGMCN commented on July 19, 2024

Maybe you should run the apt-related commands through the docker run command.

from fastcv.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.