Superset build issue #27289
Replies: 4 comments 2 replies
-
Sorry, I'm probably just misunderstanding, but if it works on your fork, and it works when you get clone, can you tell us where it's not working so we can try to replicate the issue? |
Beta Was this translation helpful? Give feedback.
-
I am wondering this too. Also "Superset build issue" is a very broad title, if you could be more specific that would enhance the bug tracker. |
Beta Was this translation helpful? Give feedback.
-
I have forked the superset repository version SUPERSET_VERSION=1.5.1 got this from Readme.md. Somehow i thought of Zip download the repo instead of Cloning from my local repository , Waiting for your replies , thanks ! |
Beta Was this translation helpful? Give feedback.
-
Moving this to a discussion given that neither Windows or version 1.5 are supported anymore. Highly recommend upgrading to a supported version. |
Beta Was this translation helpful? Give feedback.
-
Bug description
When I zip it from my local forked repository the build works fine. When the same done using git clone the build works fine .
Any suggestions on that?
How to reproduce the bug
docker build -t superset .
1.[+] Building 336.8s (19/25) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 5.96kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 1.31kB 0.0s
=> [internal] load metadata for docker.io/library/node:16-bookworm-slim 2.5s
=> [internal] load metadata for docker.io/library/python:3.9-slim-bookworm 3.1s
=> [auth] library/python:pull token for registry-1.docker.io 0.0s
=> [auth] library/node:pull token for registry-1.docker.io 0.0s
=> [superset-node 1/7] FROM docker.io/library/node:16-bookworm-slim@sha256:89061680359f5d9103d24f0066e2c96a8018c24d5c4fe8eb8d59d16dd4ab64ba 0.0s
=> [internal] load build context 1.0s
=> => transferring context: 6.11MB 0.9s
=> [lean 1/10] FROM docker.io/library/python:3.9-slim-bookworm@sha256:bcdcaefe092335ff0a0ed421e8a8d12b86fc2c1feb1199fbdac27d67ba808a9c 0.0s
=> CACHED [lean 2/10] WORKDIR /app 0.0s
=> CACHED [lean 3/10] RUN mkdir -p /app/pythonpath superset/static superset-frontend apache_superset.egg-info requirements && useradd --user-group -d /superset -m --no-log-init 0.0s
=> [lean 4/10] COPY --chown=superset:superset setup.py MANIFEST.in README.md ./ 0.1s
=> CACHED [superset-node 2/7] RUN apt-get update -qq && apt-get install -yqq --no-install-recommends build-essential python3 0.0s
=> CACHED [superset-node 3/7] WORKDIR /app/superset-frontend 0.0s
=> CACHED [superset-node 4/7] RUN --mount=type=bind,target=/frontend-mem-nag.sh,src=./docker/frontend-mem-nag.sh /frontend-mem-nag.sh 0.0s
=> CACHED [superset-node 5/7] RUN --mount=type=bind,target=./package.json,src=./superset-frontend/package.json --mount=type=bind,target=./package-lock.json,src=./superset-fronte 0.0s
=> CACHED [superset-node 6/7] COPY ./superset-frontend ./ 0.0s
=> [superset-node 7/7] RUN npm run build 332.6s
=> => # | Processing: src/visualizations/TimeTable/index.ts
=> => # / Processing: src/visualizations/TimeTable/transformProps.ts
=> => # - Processing: src/visualizations/dashboardComponents/DashboardComponentsRegistry.ts
=> => # \ Processing: src/visualizations/dashboardComponents/ExampleComponent/ExampleComponent.tsx
=> => # | Processing: src/visualizations/dashboardComponents/ExampleComponent/index.ts
=> => # / Processing: src/visualizations/presets/dashboardComponents.ts
=> [lean 5/10] COPY --chown=superset:superset superset-frontend/package.json superset-frontend/ 0.1s
=> [lean 6/10] RUN --mount=type=bind,target=./requirements/local.txt,src=./requirements/local.txt --mount=type=bind,target=./requirements/development.txt,src=./requirements/de
Screenshots/recordings
No response
Superset version
3.1.0
Python version
3.9
Node version
18 or greater
Browser
Chrome
Additional context
No response
Checklist
Beta Was this translation helpful? Give feedback.
All reactions