Coder Social home page Coder Social logo

Comments (2)

jojo243 avatar jojo243 commented on September 3, 2024

Hi @tharkimaa,

my guess is that this is a python3-vs-python2-related error. This is because my seafile image is actually based on python2 (shame on me). I am actually working on a more long-lasting solution to get rid of python2 throughout the project. In the meantime, a (hopefully working) quickfix would be to change this line

FROM        arm64v8/python:2-slim-stretch

to

FROM        arm64v8/python:3.7-slim-stretch

inside seafile/Dockerfile. Afterwards, you should rebuild the seafile image with

docker-compose build seafile

If you haven't done anything in seafile yet, it is safe (and probably useful) to clean your previous attemps with

make clean

Let me know if that works.

from seafile-docker-arm64.

jojo243 avatar jojo243 commented on September 3, 2024

I did some reworking, using the latest commit (also tagged 7.1.5, https://github.com/jojo243/seafile-docker-arm64/releases/tag/7.1.5) you should now get version 7.1.5 of seafile up and running. Note that the configuration file is no longer the docker-compose.yml, but a separate .env file. You need to rename the docker-compose.yml file before you pull and essentially copy your envionment variables from there to the new .env file (The prodedure is also described here).

from seafile-docker-arm64.

Related Issues (5)

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.